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