Skip to content

Commit 19aa99a

Browse files
committed
Releasing version 1.1.2.15
1 parent 7964215 commit 19aa99a

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.14")]
36-
[assembly: AssemblyFileVersion("1.1.2.14")]
35+
[assembly: AssemblyVersion("1.1.2.15")]
36+
[assembly: AssemblyFileVersion("1.1.2.15")]

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.14")]
36-
[assembly: AssemblyFileVersion("1.1.2.14")]
35+
[assembly: AssemblyVersion("1.1.2.15")]
36+
[assembly: AssemblyFileVersion("1.1.2.15")]

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.14")]
35-
[assembly: AssemblyFileVersion("1.1.2.14")]
34+
[assembly: AssemblyVersion("1.1.2.15")]
35+
[assembly: AssemblyFileVersion("1.1.2.15")]

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.14" Manufacturer="Microting A/S">
6+
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.2.15" 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.14")]
35-
[assembly: AssemblyFileVersion("1.1.2.14")]
34+
[assembly: AssemblyVersion("1.1.2.15")]
35+
[assembly: AssemblyFileVersion("1.1.2.15")]

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.14")]
35-
[assembly: AssemblyFileVersion("1.1.2.14")]
34+
[assembly: AssemblyVersion("1.1.2.15")]
35+
[assembly: AssemblyFileVersion("1.1.2.15")]

0 commit comments

Comments
 (0)