Skip to content

Commit

Permalink
Really use 0.2.2 of numbers library
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Feb 16, 2016
1 parent 6cda3ba commit d5d5b09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CBOR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>PeterO.Cbor</id>
<version>2.4.1</version>
<version>2.4.2</version>
<title>CBOR</title>
<authors>Peter Occil</authors>
<owners>Peter Occil</owners>
Expand All @@ -15,6 +15,10 @@
</description>
<summary>A C# implementation of Concise Binary Object Representation (CBOR), a data serialization format. This implementation can also convert between CBOR and JSON.</summary>
<releaseNotes>
In version 2.4.2:
* Really use 0.2.2 of
[`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers)
as dependency in NuGet package
In version 2.4.1:
* C# implementation now uses version 0.2.2 of
[`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers)
Expand Down Expand Up @@ -50,7 +54,7 @@ See the project page for release notes on previous versions: https://github.com/
<tags>cbor data serialization binary json numbers arithmetic</tags>
<dependencies>
<group>
<dependency id="PeterO.Numbers" version="0.2.0" />
<dependency id="PeterO.Numbers" version="0.2.2" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Any copyright is dedicated to the Public Domain.
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.4.1")]
[assembly: AssemblyVersion("2.4.2")]
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ The following are some clarifications to RFC 7049.
Release Notes
-----------

### Version 2.4.2

* Really use 0.2.2 of
[`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers)
as dependency in NuGet package

### Version 2.4.1

* C# implementation now uses version 0.2.2 of
Expand Down

0 comments on commit d5d5b09

Please sign in to comment.