Skip to content

Commit

Permalink
Increment version to 4.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
emoacht committed Jul 18, 2024
1 parent 31c6240 commit e8e03e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Monitorian" Manufacturer="emoacht" Version="4.6.12"
<Product Id="*" Name="Monitorian" Manufacturer="emoacht" Version="4.6.15"
Language="1033" Codepage="1252" UpgradeCode="{81A4D148-75D3-462E-938D-8C208FB48E3C}">
<Package Id="*" InstallerVersion="500" Compressed="yes"
InstallScope="perMachine" InstallPrivileges="elevated"
Expand Down
4 changes: 2 additions & 2 deletions Source/Monitorian.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.6.12.0")]
[assembly: AssemblyFileVersion("4.6.12.0")]
[assembly: AssemblyVersion("4.6.15.0")]
[assembly: AssemblyFileVersion("4.6.15.0")]
[assembly: NeutralResourcesLanguage("en-US")]

// For unit test
Expand Down
4 changes: 2 additions & 2 deletions Source/Monitorian/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.6.12.0")]
[assembly: AssemblyFileVersion("4.6.12.0")]
[assembly: AssemblyVersion("4.6.15.0")]
[assembly: AssemblyFileVersion("4.6.15.0")]
[assembly: Guid("a4cc5362-9b08-465b-ad64-5cfabc72a4c7")]
[assembly: NeutralResourcesLanguage("en-US")]
4 changes: 2 additions & 2 deletions Source/ScreenFrame/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.6.12.0")]
[assembly: AssemblyFileVersion("4.6.12.0")]
[assembly: AssemblyVersion("4.6.15.0")]
[assembly: AssemblyFileVersion("4.6.15.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit e8e03e9

Please sign in to comment.