We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8aa6f commit 2e8d6a1Copy full SHA for 2e8d6a1
SolutionAssemblyInfo.cs
@@ -16,6 +16,6 @@
16
[assembly: AssemblyTrademark("")]
17
[assembly: AssemblyCulture("")]
18
[assembly: ComVisible(false)]
19
-[assembly: AssemblyVersion("1.1.0")]
20
-[assembly: AssemblyFileVersion("1.1.0")]
21
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyVersion("1.1.1")]
+[assembly: AssemblyFileVersion("1.1.1")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: '1.1.0.{build}'
+version: '1.1.1.{build}'
2
3
init:
4
- ps: |
0 commit comments