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