Skip to content

Commit e1365b2

Browse files
committed
Version 1.1
1 parent 7c93cbe commit e1365b2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Numbers.nuspec

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<package
2+
><metadata><version>1.1.0</version><id>PeterO.Numbers</id><requireLicenseAcceptance>false</requireLicenseAcceptance><releaseNotes>
3+
Version 1.0.2
4+
5+
- Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 1.0.
6+
7+
Version 1.0
8+
9+
- Filled out documentation so that there are no more undocumented parts
10+
11+
Version 0.5
12+
13+
- Moved from .NET Portable to .NET Standard 1.0. Contributed by GitHub user NZSmartie
14+
- Broke backwards compatibility with .NET Framework 4.0
15+
- Bug fixes
16+
17+
</releaseNotes><summary></summary><licenseUrl>http://creativecommons.org/publicdomain/zero/1.0/</licenseUrl><projectUrl>https://github.com/peteroupc/Numbers</projectUrl><authors>Peter Occil</authors><description>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.</description><owners>Peter Occil</owners><title>Arbitrary-Precision Number Library</title><tags>numbers arithmetic decimal math</tags></metadata><files><file src='Numbers/bin/Release/netstandard1.0/Numbers.dll' target='/lib/netstandard1.0' /><file src='Numbers/bin/Release/netstandard1.0/Numbers.xml' target='/lib/netstandard1.0' /><file src='Numbers20/bin/Release/Numbers.dll' target='/lib/net20' /><file src='Numbers20/bin/Release/Numbers.xml' target='/lib/net20' /></files></package
18+
>

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ at: [http://peteroupc.github.io/Numbers/](http://peteroupc.github.io/Numbers/)
4444
Release notes
4545
-------
4646

47+
Version 1.1.
48+
49+
- Add build targeting .NET Framework 2.0.
50+
4751
Version 1.0.2
4852

4953
- Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 1.0.

0 commit comments

Comments
 (0)