Skip to content

Commit 7b04111

Browse files
committed
Version 0.2.2
1 parent b644999 commit 7b04111

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Numbers.nuspec

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>PeterO.Numbers</id>
5-
<version>0.2.1</version>
5+
<version>0.2.2</version>
66
<title>Arbitrary-Precision Number Library</title>
77
<authors>Peter Occil</authors>
88
<owners>Peter Occil</owners>
@@ -14,6 +14,10 @@
1414
</description>
1515
<summary>A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.</summary>
1616
<releaseNotes>
17+
Version 0.2.2:
18+
19+
- Previous assembly was released with wrong version number
20+
1721
Version 0.2.1:
1822

1923
- Fixed corner cases in EFloat's ToSingle and ToDouble methods

Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Any copyright is dedicated to the Public Domain.
3232
//
3333
// You can specify all the values or you can use the default the Revision and
3434
// Build Numbers by using the '*' as shown below:
35-
[assembly: AssemblyVersion("0.2.0")]
35+
[assembly: AssemblyVersion("0.2.2")]

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ at: [http://peteroupc.github.io/Numbers/](http://peteroupc.github.io/Numbers/)
4343

4444
Release notes
4545
-------
46+
Version 0.2.2:
47+
48+
- Previous assembly was released with wrong version number
4649

4750
Version 0.2.1:
4851

0 commit comments

Comments
 (0)