Skip to content

Commit

Permalink
Almost ready to release version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Jun 30, 2021
1 parent 9ab001e commit 24af717
Show file tree
Hide file tree
Showing 6 changed files with 603 additions and 586 deletions.
7 changes: 6 additions & 1 deletion CBOR/CBOR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.4.2</Version>
<Version>4.4.4</Version>
<Owners>Peter Occil</Owners>
<Description>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.</Description>
<Summary>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949. </Summary>
Expand All @@ -13,6 +13,11 @@
<PackageLicenseExpression>CC0-1.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/peteroupc/CBOR</PackageProjectUrl>
<PackageReleaseNotes>
Version 4.4.4:

- Bug fixes, including updating the Numbers library that has bug fixes. Some of
the bug fixes involve how equivalent forms of NaN are handled.

Version 4.4.2:

- Performance improvements in some cases, especially involving date/time conversions
Expand Down
6 changes: 3 additions & 3 deletions CBOR20/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;
[assembly: System.CLSCompliant(true)]
[assembly: AssemblyInformationalVersion("4.4.2")]
[assembly: AssemblyVersion("4.4.2.0")]
[assembly: AssemblyFileVersion("4.4.2.0")]
[assembly: AssemblyInformationalVersion("4.4.4")]
[assembly: AssemblyVersion("4.4.4.0")]
[assembly: AssemblyFileVersion("4.4.4.0")]
[assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" +
"on)")]
[assembly: AssemblyTitle("CBOR (Concise Binary Object Representati" +
Expand Down
Loading

0 comments on commit 24af717

Please sign in to comment.