We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0121f47 commit ae37d6dCopy full SHA for ae37d6d
1 file changed
src/Blockcore/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("1.0.0.0")]
35
-[assembly: AssemblyFileVersion("1.0.0.0")]
36
-[assembly: InternalsVisibleTo("Blockcore.Tests")]
+[assembly: AssemblyVersion("1.0.1.0")]
+[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: InternalsVisibleTo("Blockcore.Tests")]
0 commit comments