diff --git a/CBOR.csproj b/CBOR.csproj
index 0e13e60b..7a5b7bff 100644
--- a/CBOR.csproj
+++ b/CBOR.csproj
@@ -12,10 +12,13 @@
CBOR
en-US
512
- {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
False
+ PeterO.snk
+ v4.5
+ Profile259
AnyCPU
@@ -62,10 +65,12 @@
CBOR.ruleset
none
false
+ true
bin\ReleaseNet40\CBOR.xml
CBOR.ruleset
+ true
diff --git a/CBOR.nuspec b/CBOR.nuspec
index 58d0c185..93bef34a 100644
--- a/CBOR.nuspec
+++ b/CBOR.nuspec
@@ -2,7 +2,7 @@
PeterO.Cbor
- 2.5
+ 2.5.1
CBOR
Peter Occil
Peter Occil
@@ -15,8 +15,8 @@
A C# implementation of Concise Binary Object Representation (CBOR), a data serialization format. This implementation can also convert between CBOR and JSON.
-In version 2.5:
-* Sign the CBOR assembly with a strong name key
+In version 2.5.1:
+* Really sign the CBOR assembly with a strong name key
In version 2.4.2:
* Really use 0.2.2 of
[`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers)
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 8b852070..b82b3924 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -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.5")]
+[assembly: AssemblyVersion("2.5.1")]
diff --git a/README.md b/README.md
index 4bea28cb..837da6d7 100644
--- a/README.md
+++ b/README.md
@@ -233,9 +233,14 @@ The following are some clarifications to RFC 7049.
Release Notes
-----------
+### Version 2.5.1
+
+* Really sign the CBOR assembly with a strong name key.
+
### Version 2.5
-* Sign the CBOR assembly with a strong name key
+* Sign the CBOR assembly with a strong name key (UPDATE: Version 2.5 was
+ mistakenly released without a strong name.)
* Update [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) to
strong-named version