diff --git a/CoAP.NET/CoAP.NET45.csproj b/CoAP.NET/CoAP.NET45.csproj
index 3840c47..937d7aa 100644
--- a/CoAP.NET/CoAP.NET45.csproj
+++ b/CoAP.NET/CoAP.NET45.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -45,9 +45,6 @@
bin\Deploy\NET45\CoAP.XML
true
-
- false
-
coapnet.snk
@@ -207,4 +204,4 @@
-->
-
\ No newline at end of file
+
diff --git a/coap.nuspec b/coap.nuspec
index 79df298..1e1e1d2 100644
--- a/coap.nuspec
+++ b/coap.nuspec
@@ -2,12 +2,12 @@
Com.AugustCellars.CoAP
- 1.1.8
+ 1.1.8.1
Com.AugustCellars.CoAP
Jim Schaad
jimsch
- https://github.com/jimsch/CoAP-CSharp/LICENSE
- https://github.com/jimsch/CoAP-CSharp
+ https://github.com/Com-AugustCellars/CoAP-CSharp/LICENSE
+ https://github.com/Com-AugustCellars/CoAP-CSharp
false
Com.AugustCellars.CoAP is an implementation in C# providing CoAP-based services to .NET applications.
.NET implementation of the Constrained Application Protocol (CoAP)
@@ -15,6 +15,8 @@
This project is built on the CoAP.NET project of smeshlink which in turn is based on Californium. As this project did not seem to be maintained any more and I wanted a version in order to test the newer items that are coming out of the IETF CORE working group, I have captured it and started exanding it.
This project is NOT to be used for commercial purposes. It is intented only for research and verification work.
+1.1.8.1
+ - Put the strong name back
1.1.8
- Rewrite the LinkFormat code - introduce a strict parsing mode and setup for doing a resource directory.