File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ReadableExpressions.Visualizers.Installer.Msi Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 241
241
{
242
242
"Name" = "8:Microsoft Visual Studio"
243
243
"ProductName" = "8: AgileObjects.ReadableExpressions.Visualizers"
244
- "ProductCode" = "8:{B2EABFEE-A0A3-4212-8CB6-7E3C39AFC059 }"
245
- "PackageCode" = "8:{AB7C0FA9-8738-40AA-9274-C3A3D4A74D54 }"
244
+ "ProductCode" = "8:{8CEBACC7-2589-4C22-8667-6F4BA2EC9017 }"
245
+ "PackageCode" = "8:{48CDCE76-48DA-4EA4-9505-50F8DDAB7ED5 }"
246
246
"UpgradeCode" = "8:{BB7C528F-ECFD-45F2-B50C-9F0A71EC8BE9}"
247
247
"AspNetVersion" = "8:4.0.30319.0"
248
248
"RestartWWWService" = "11:FALSE"
249
249
"RemovePreviousVersions" = "11:TRUE"
250
250
"DetectNewerInstalledVersion" = "11:FALSE"
251
251
"InstallAllUsers" = "11:TRUE"
252
- "ProductVersion" = "8:1.7.2 "
252
+ "ProductVersion" = "8:1.8.0 "
253
253
"Manufacturer" = "8:AgileObjects"
254
254
"ARPHELPTELEPHONE" = "8:"
255
255
"ARPHELPLINK" = "8:"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.7.2 -*" ,
2
+ "version" : " 1.8.0 -*" ,
3
3
"authors" : [ " Steve Wilkes" ],
4
4
"title" : " ReadableExpressions" ,
5
5
"name" : " AgileObjects.ReadableExpressions" ,
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "1.7.2 " ) ]
4
- [ assembly: AssemblyFileVersion ( "1.7.2 " ) ]
3
+ [ assembly: AssemblyVersion ( "1.8.0 " ) ]
4
+ [ assembly: AssemblyFileVersion ( "1.8.0 " ) ]
You can’t perform that action at this time.
0 commit comments