Skip to content

Commit

Permalink
Releasing version 1.1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Dec 20, 2017
1 parent 7964215 commit 19aa99a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.1.2.14")]
[assembly: AssemblyFileVersion("1.1.2.14")]
[assembly: AssemblyVersion("1.1.2.15")]
[assembly: AssemblyFileVersion("1.1.2.15")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.1.2.14")]
[assembly: AssemblyFileVersion("1.1.2.14")]
[assembly: AssemblyVersion("1.1.2.15")]
[assembly: AssemblyFileVersion("1.1.2.15")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("1.1.2.14")]
[assembly: AssemblyFileVersion("1.1.2.14")]
[assembly: AssemblyVersion("1.1.2.15")]
[assembly: AssemblyFileVersion("1.1.2.15")]
2 changes: 1 addition & 1 deletion eFormAPI/Installation/MainInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--<?define MicrotingService_TargetDir=$(var.eFormAPI.Web.TargetDir)?>-->
<?define ProductName="Microting eForm API" ?>

<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.14" Manufacturer="Microting A/S">
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.15" Manufacturer="Microting A/S">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" InstallPrivileges="elevated" AdminImage="yes" />

<UIRef Id="WixUI_InstallDirModified" />
Expand Down
4 changes: 2 additions & 2 deletions eFormAPI/eFormAPI.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("1.1.2.14")]
[assembly: AssemblyFileVersion("1.1.2.14")]
[assembly: AssemblyVersion("1.1.2.15")]
[assembly: AssemblyFileVersion("1.1.2.15")]
4 changes: 2 additions & 2 deletions eFormAPI/eFormAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.14")]
[assembly: AssemblyFileVersion("1.1.2.14")]
[assembly: AssemblyVersion("1.1.2.15")]
[assembly: AssemblyFileVersion("1.1.2.15")]

0 comments on commit 19aa99a

Please sign in to comment.