Skip to content

Commit c832c70

Browse files
committed
Releasing version 1.1.1.0
1 parent 94901c1 commit c832c70

File tree

9 files changed

+13
-11
lines changed

9 files changed

+13
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ eFormAPI/Installation/AllowMultipleVersions/bin/x64/Release/AllowMultipleVersion
7070
eFormAPI/Installation/AllowMultipleVersions/bin/x64/Release/AllowMultipleVersions.exe.config
7171
eFormAPI/Installation/AllowMultipleVersions/bin/x64/Release/Microsoft.Deployment.WindowsInstaller.dll
7272
eFormAPI/Installation/AllowMultipleVersionsBundle/Resources/Eform Angular Frontend.wixpdb
73+
eFormAPI/Installation/AllowMultipleVersionsBundle/Resources/Eform Angular Frontend.exe
7374
eFormAPI/Installation/Bundle/2.bat
7475
eFormAPI/Installation/Bundle/log.log
76+
eFormAPI/Installation/Bundle/maininstaller.msi
7577
eFormAPI/Installation/CustomActions/bin/x64/Release/CustomActions.CA.dll
7678
eFormAPI/Installation/CustomActions/bin/x64/Release/CustomActions.dll
7779
eFormAPI/Installation/CustomActions/bin/x64/Release/Microsoft.Deployment.WindowsInstaller.dll

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.0.9")]
36-
[assembly: AssemblyFileVersion("1.1.0.9")]
35+
[assembly: AssemblyVersion("1.1.1.0")]
36+
[assembly: AssemblyFileVersion("1.1.1.0")]

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.0.9")]
36-
[assembly: AssemblyFileVersion("1.1.0.9")]
35+
[assembly: AssemblyVersion("1.1.1.0")]
36+
[assembly: AssemblyFileVersion("1.1.1.0")]
Binary file not shown.
-12.1 MB
Binary file not shown.

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.0.9")]
35-
[assembly: AssemblyFileVersion("1.1.0.9")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

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.0.9")]
35-
[assembly: AssemblyFileVersion("1.1.0.9")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

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.0.9")]
35-
[assembly: AssemblyFileVersion("1.1.0.9")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

eFormAPI/eFormAPI/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
1515
<publishUrl>bin\Release\PublishOutput</publishUrl>
16-
<DeleteExistingFiles>False</DeleteExistingFiles>
16+
<DeleteExistingFiles>True</DeleteExistingFiles>
1717
</PropertyGroup>
1818
</Project>

0 commit comments

Comments
 (0)