Skip to content

Commit 06bd76f

Browse files
committed
bumping the version number to 1.1.2.4
1 parent 07e50bb commit 06bd76f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.3")]
36-
[assembly: AssemblyFileVersion("1.1.2.3")]
35+
[assembly: AssemblyVersion("1.1.2.4")]
36+
[assembly: AssemblyFileVersion("1.1.2.4")]

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.3")]
36-
[assembly: AssemblyFileVersion("1.1.2.3")]
35+
[assembly: AssemblyVersion("1.1.2.4")]
36+
[assembly: AssemblyFileVersion("1.1.2.4")]

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.3")]
35-
[assembly: AssemblyFileVersion("1.1.2.3")]
34+
[assembly: AssemblyVersion("1.1.2.4")]
35+
[assembly: AssemblyFileVersion("1.1.2.4")]

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

0 commit comments

Comments
 (0)