File tree 3 files changed +6
-6
lines changed
ReadableExpressions.Visualizers.Installer
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3
- <Product Id =" *" Version =" 1.9.5 .0" Name =" AgileObjects.ReadableExpressions.Visualizers"
3
+ <Product Id =" *" Version =" 1.10.0 .0" Name =" AgileObjects.ReadableExpressions.Visualizers"
4
4
Language =" 1033" Manufacturer =" AgileObjects" UpgradeCode =" BB7C528F-ECFD-45F2-B50C-9F0A71EC8BE9" >
5
5
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
6
6
Original file line number Diff line number Diff line change 24
24
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
25
25
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
26
26
<RootNamespace >AgileObjects.ReadableExpressions</RootNamespace >
27
- <AssemblyVersion >1.9.6 .0</AssemblyVersion >
28
- <FileVersion >1.9.6 .0</FileVersion >
29
- <Version >1.9.6 </Version >
27
+ <AssemblyVersion >1.10.0 .0</AssemblyVersion >
28
+ <FileVersion >1.10.0 .0</FileVersion >
29
+ <Version >1.10.0 </Version >
30
30
<Company >AgileObjects Ltd</Company >
31
31
</PropertyGroup >
32
32
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "1.9.5 " ) ]
4
- [ assembly: AssemblyFileVersion ( "1.9.5 " ) ]
3
+ [ assembly: AssemblyVersion ( "1.10.0 " ) ]
4
+ [ assembly: AssemblyFileVersion ( "1.10.0 " ) ]
You can’t perform that action at this time.
0 commit comments