Skip to content

Commit ae37d6d

Browse files
authored
Increment asm version (#85)
1 parent 0121f47 commit ae37d6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Blockcore/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
36-
[assembly: InternalsVisibleTo("Blockcore.Tests")]
34+
[assembly: AssemblyVersion("1.0.1.0")]
35+
[assembly: AssemblyFileVersion("1.0.1.0")]
36+
[assembly: InternalsVisibleTo("Blockcore.Tests")]

0 commit comments

Comments
 (0)