File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Monitorian.Core/Properties Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs"
2
2
xmlns : ui =" http://wixtoolset.org/schemas/v4/wxs/ui"
3
3
xmlns : netfx =" http://wixtoolset.org/schemas/v4/wxs/netfx" >
4
- <Package Name =" Monitorian" Manufacturer =" emoacht" Version =" 4.9.2 "
4
+ <Package Name =" Monitorian" Manufacturer =" emoacht" Version =" 4.9.4 "
5
5
Language =" 1033" Codepage =" 1252" UpgradeCode =" {81A4D148-75D3-462E-938D-8C208FB48E3C}" >
6
6
<SummaryInformation Description =" Installer for Monitorian" />
7
7
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "4.9.2 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "4.9.2 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "4.9.4 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "4.9.4 .0" ) ]
38
38
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
39
39
40
40
// For unit test
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "4.9.2 .0" ) ]
55
- [ assembly: AssemblyFileVersion ( "4.9.2 .0" ) ]
54
+ [ assembly: AssemblyVersion ( "4.9.4 .0" ) ]
55
+ [ assembly: AssemblyFileVersion ( "4.9.4 .0" ) ]
56
56
[ assembly: Guid ( "a4cc5362-9b08-465b-ad64-5cfabc72a4c7" ) ]
57
57
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
You can’t perform that action at this time.
0 commit comments