diff --git a/.gitignore b/.gitignore
index b2ebcee..31cc488 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@ build/
[Bb]in/
[Oo]bj/
*.nupkg
+*.snk
+cose.dev.*
+*.bat
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
diff --git a/COSE/COSE.Net40.csproj b/COSE/COSE.Net40.csproj
index 83d544c..ff442e6 100644
--- a/COSE/COSE.Net40.csproj
+++ b/COSE/COSE.Net40.csproj
@@ -49,8 +49,8 @@
packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll
True
-
- packages\PeterO.Cbor.2.5.1\lib\portable-net40+sl5+win+wpa81+wp80\CBOR.dll
+
+ packages\PeterO.Cbor.2.5.2\lib\portable-net40+sl5+win+wpa81+wp80\CBOR.dll
packages\PeterO.Numbers.0.4.0\lib\portable-net40+sl5+win+wpa81+wp80\Numbers.dll
diff --git a/COSE/COSE.Net45.csproj b/COSE/COSE.Net45.csproj
index 47449e5..168cd4a 100644
--- a/COSE/COSE.Net45.csproj
+++ b/COSE/COSE.Net45.csproj
@@ -1,4 +1,4 @@
-
+
@@ -42,15 +42,15 @@
4
bin\Deploy45\COSE.xml
AugustCellarsStrongKey.snk
- true
+ true
packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll
True
-
- packages\PeterO.Cbor.2.5.1\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\CBOR.dll
+
+ packages\PeterO.Cbor.2.5.2\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\CBOR.dll
packages\PeterO.Numbers.0.4.0\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\Numbers.dll
@@ -94,4 +94,4 @@
-->
-
+
\ No newline at end of file
diff --git a/COSE/COSE.Tests/COSE.Net40.Tests.csproj b/COSE/COSE.Tests/COSE.Net40.Tests.csproj
index 83f90f3..7a3ea4c 100644
--- a/COSE/COSE.Tests/COSE.Net40.Tests.csproj
+++ b/COSE/COSE.Tests/COSE.Net40.Tests.csproj
@@ -49,8 +49,8 @@
4
-
- packages\PeterO.Cbor.2.5.1\lib\portable-net40+sl5+win+wpa81+wp80\CBOR.dll
+
+ packages\PeterO.Cbor.2.5.2\lib\portable-net40+sl5+win+wpa81+wp80\CBOR.dll
packages\PeterO.Numbers.0.4.0\lib\portable-net40+sl5+win+wpa81+wp80\Numbers.dll
diff --git a/COSE/COSE.Tests/COSE.Net45.Tests.csproj b/COSE/COSE.Tests/COSE.Net45.Tests.csproj
index 72b6ffa..12c168d 100644
--- a/COSE/COSE.Tests/COSE.Net45.Tests.csproj
+++ b/COSE/COSE.Tests/COSE.Net45.Tests.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -49,8 +49,8 @@
4
-
- ..\packages\PeterO.Cbor.2.5.1\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\CBOR.dll
+
+ ..\packages\PeterO.Cbor.2.5.2\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\CBOR.dll
..\packages\PeterO.Numbers.0.4.0\lib\portable-net45+dnxcore50+netcore45+win+wpa81+wp80\Numbers.dll
@@ -118,4 +118,4 @@
-->
-
+
\ No newline at end of file
diff --git a/COSE/COSE.Tests/packages.config b/COSE/COSE.Tests/packages.config
index 60631ef..670edc4 100644
--- a/COSE/COSE.Tests/packages.config
+++ b/COSE/COSE.Tests/packages.config
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/COSE/COSE.nuspec b/COSE/COSE.nuspec
index cbe571c..2401ad2 100644
--- a/COSE/COSE.nuspec
+++ b/COSE/COSE.nuspec
@@ -2,13 +2,15 @@
Com.AugustCellars.COSE
- 1.0.5.0
+ 1.0.5.2
Jim Schaad
jimsch
https://github.com/cose-wg/COSE-csharp/license.md
https://github.com/cose-wg/COSE-csharp
false
+1.0.5.2
+ - Update net 4.5 file to use latest CBOR
1.0.5
- Add strong signature to the net 4.5 file.
1.0.4
@@ -30,7 +32,7 @@
Copyright @2016-7 Jim Schaad
COSE CBOR
-
+
diff --git a/COSE/packages.config b/COSE/packages.config
index 7ca0a80..4b74a84 100644
--- a/COSE/packages.config
+++ b/COSE/packages.config
@@ -10,6 +10,6 @@
-
+
\ No newline at end of file