Skip to content

Commit

Permalink
Up to V 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RF77 committed Dec 2, 2015
1 parent 4ac7a24 commit 09c3c90
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/Bacnet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

[assembly: Guid("fce4c8e3-0d3a-4d90-9c26-349177129433")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
4 changes: 2 additions & 2 deletions src/ComfoBoxLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
4 changes: 2 additions & 2 deletions src/ComfoBoxMqtt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
4 changes: 2 additions & 2 deletions src/ComfoBoxMqttConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
4 changes: 2 additions & 2 deletions src/ComfoboxService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
4 changes: 2 additions & 2 deletions src/DemoClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
2 changes: 1 addition & 1 deletion src/ServiceInstaller/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" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" Name="ComfoBox MQTT Gateway" Language="1033" Version="0.3.1.0" Manufacturer="RF77" UpgradeCode="26559e4c-b543-4a8b-b279-7ac90f8e001d">
<Product Id="*" Name="ComfoBox MQTT Gateway" Language="1033" Version="0.3.2.0" Manufacturer="RF77" UpgradeCode="26559e4c-b543-4a8b-b279-7ac90f8e001d">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down

0 comments on commit 09c3c90

Please sign in to comment.