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 958c8fa commit 3166f7bCopy full SHA for 3166f7b
Core/Properties/VersionInfo.cs
@@ -1,5 +1,5 @@
1
using System.Reflection;
2
3
-[assembly: AssemblyVersion("0.3.2.1")]
4
-[assembly: AssemblyFileVersion("0.3.2.1")]
5
-[assembly: AssemblyInformationalVersion("0.3.2.1 Beta")] // The current format is the full version number and the development stage separated by space.
+[assembly: AssemblyVersion("0.3.2.2")]
+[assembly: AssemblyFileVersion("0.3.2.2")]
+[assembly: AssemblyInformationalVersion("0.3.2.2 Beta")] // The current format is the full version number and the development stage separated by space.
0 commit comments