We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e574b8 commit 6d89bb2Copy full SHA for 6d89bb2
src/ParquetFileViewer/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
1
using System.Reflection;
2
-using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
5
// General Information about an assembly is controlled through the following
@@ -32,5 +31,5 @@
32
31
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("2.0.0.0")]
36
-[assembly: AssemblyFileVersion("2.0.0.0")]
+[assembly: AssemblyVersion("2.1.*")]
+[assembly: AssemblyFileVersion("2.1.0.0")]
0 commit comments