This repository was archived by the owner on Aug 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Numsense.UnitTests.CSharp/Properties Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "0.11 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "0.11 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "0.12 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "0.12 .0.0" ) ]
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ open System.Runtime.InteropServices
3434// You can specify all the values or you can default the Build and Revision Numbers
3535// by using the '*' as shown below:
3636// [<assembly: AssemblyVersion("1.0.*")>]
37- [<assembly: AssemblyVersion( " 0.11 .0.0" ) >]
38- [<assembly: AssemblyFileVersion( " 0.11 .0.0" ) >]
37+ [<assembly: AssemblyVersion( " 0.12 .0.0" ) >]
38+ [<assembly: AssemblyFileVersion( " 0.12 .0.0" ) >]
3939
4040do
4141 ()
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ open System.Runtime.InteropServices
3434// You can specify all the values or you can default the Build and Revision Numbers
3535// by using the '*' as shown below:
3636// [<assembly: AssemblyVersion("1.0.*")>]
37- [<assembly: AssemblyVersion( " 0.11 .0.0" ) >]
38- [<assembly: AssemblyFileVersion( " 0.11 .0.0" ) >]
37+ [<assembly: AssemblyVersion( " 0.12 .0.0" ) >]
38+ [<assembly: AssemblyFileVersion( " 0.12 .0.0" ) >]
3939
4040do
4141 ()
You can’t perform that action at this time.
0 commit comments