We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4c5cb commit 2ebfa38Copy full SHA for 2ebfa38
2 files changed
NoPipeline/NoPipeline/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.1.0.0")]
36
-[assembly: AssemblyFileVersion("1.1.0.0")]
+[assembly: AssemblyVersion("1.1.1.0")]
+[assembly: AssemblyFileVersion("1.1.1.0")]
installer/packInstaller.nsi
@@ -1,7 +1,7 @@
1
SetCompressor /SOLID /FINAL lzma
2
3
!define APPNAME "NoPipeline"
4
-!define INSTALLERVERSION "1.1.0.0"
+!define INSTALLERVERSION "1.1.1.0"
5
6
!define MUI_ICON "pics\icon.ico"
7
!define MUI_UNICON "pics\icon.ico"
0 commit comments