Skip to content

Commit 96d3f56

Browse files
committed
Releasing version 1.1.2.13
1 parent b5cb752 commit 96d3f56

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

eFormAPI/Installation/AllowMultipleVersions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.2.12")]
36-
[assembly: AssemblyFileVersion("1.1.2.12")]
35+
[assembly: AssemblyVersion("1.1.2.13")]
36+
[assembly: AssemblyFileVersion("1.1.2.13")]

eFormAPI/Installation/AllowMultipleVersionsBundle/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.2.12")]
36-
[assembly: AssemblyFileVersion("1.1.2.12")]
35+
[assembly: AssemblyVersion("1.1.2.13")]
36+
[assembly: AssemblyFileVersion("1.1.2.13")]

eFormAPI/Installation/CustomActions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.12")]
35-
[assembly: AssemblyFileVersion("1.1.2.12")]
34+
[assembly: AssemblyVersion("1.1.2.13")]
35+
[assembly: AssemblyFileVersion("1.1.2.13")]

eFormAPI/Installation/MainInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--<?define MicrotingService_TargetDir=$(var.eFormAPI.Web.TargetDir)?>-->
44
<?define ProductName="Microting eForm API" ?>
55

6-
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.12" Manufacturer="Microting A/S">
6+
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.13" Manufacturer="Microting A/S">
77
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" InstallPrivileges="elevated" AdminImage="yes" />
88

99
<UIRef Id="WixUI_InstallDirModified" />

eFormAPI/eFormAPI.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.12")]
35-
[assembly: AssemblyFileVersion("1.1.2.12")]
34+
[assembly: AssemblyVersion("1.1.2.13")]
35+
[assembly: AssemblyFileVersion("1.1.2.13")]

eFormAPI/eFormAPI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2.12")]
35-
[assembly: AssemblyFileVersion("1.1.2.12")]
34+
[assembly: AssemblyVersion("1.1.2.13")]
35+
[assembly: AssemblyFileVersion("1.1.2.13")]

0 commit comments

Comments
 (0)