We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f6ad4 commit 44cb48cCopy full SHA for 44cb48c
Cirilla.Core/Cirilla.Core.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
- <Version>0.6.1.0</Version>
+ <Version>0.6.2.0</Version>
6
<Authors>Fusion86</Authors>
7
<Company />
8
</PropertyGroup>
Cirilla/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("0.6.1.0")]
55
-[assembly: AssemblyFileVersion("0.6.1.0")]
+[assembly: AssemblyVersion("0.6.2.0")]
+[assembly: AssemblyFileVersion("0.6.2.0")]
0 commit comments