Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit ed83af3

Browse files
committed
Incremented minor version,
in order to indicate that the addition of conversion to and from Portuguese numerals is a new feature.
1 parent 071ff69 commit ed83af3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Numsense.UnitTests.CSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

Numsense.UnitTests/AssemblyInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
do
4141
()

Numsense/AssemblyInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
do
4141
()

0 commit comments

Comments
 (0)