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 356e179 commit 4cf70f2Copy full SHA for 4cf70f2
Source/GlobalAssemblyInfo.cs
@@ -12,6 +12,6 @@
12
[assembly: AssemblyConfiguration("Release")]
13
#endif
14
15
-[assembly: AssemblyVersion("3.2.0")]
16
-[assembly: AssemblyFileVersion("3.2.0")]
17
-[assembly: AssemblyInformationalVersion("3.2.0")]
+[assembly: AssemblyVersion("3.3.0")]
+[assembly: AssemblyFileVersion("3.3.0")]
+[assembly: AssemblyInformationalVersion("3.3.0")]
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 3.2.{build}
+version: 3.3.{build}
2
os: Visual Studio 2015
3
configuration: Release
4
clone_depth: 2
0 commit comments