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.
2 parents 87ae60d + 8962f51 commit c6bee8aCopy full SHA for c6bee8a
SolutionAssemblyInfo.cs
@@ -16,6 +16,6 @@
16
[assembly: AssemblyTrademark("")]
17
[assembly: AssemblyCulture("")]
18
[assembly: ComVisible(false)]
19
-[assembly: AssemblyVersion("1.1.2")]
20
-[assembly: AssemblyFileVersion("1.1.2")]
21
-[assembly: AssemblyInformationalVersion("1.1.2")]
+[assembly: AssemblyVersion("1.2.0")]
+[assembly: AssemblyFileVersion("1.2.0")]
+[assembly: AssemblyInformationalVersion("1.2.0")]
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: '1.1.2.{build}'
+version: '1.2.0.{build}'
2
3
init:
4
- ps: |
0 commit comments