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 312698b commit 92e2e83Copy full SHA for 92e2e83
build/build.proj
@@ -11,7 +11,7 @@
11
<PropertyGroup>
12
<MajorVersion>0</MajorVersion>
13
<MinorVersion>2</MinorVersion>
14
- <Build>1</Build>
+ <Build>2</Build>
15
<Revision>0</Revision>
16
<PackagePrereleaseSuffix></PackagePrereleaseSuffix>
17
common/CommonAssemblyInfo.cs
@@ -24,5 +24,5 @@
24
// You can specify all the values or you can default the Build and Revision Numbers
25
// by using the '*' as shown below:
26
// [assembly: AssemblyVersion("1.0.*")]
27
-[assembly: AssemblyVersion("0.2.1.0")]
28
-[assembly: AssemblyFileVersion("0.2.1.0")]
+[assembly: AssemblyVersion("0.2.2.0")]
+[assembly: AssemblyFileVersion("0.2.2.0")]
0 commit comments