Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Update the nuspec log file
  • Loading branch information
jimsch committed Jul 7, 2017
1 parent 6c5c43a commit c2768fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CoAP.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("Com.AugustCellars.CoAP")]
[assembly: AssemblyDescription("A CoAP framework in C#")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SmeshLink Technology")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Com.AugustCellars.CoAP")]
[assembly: AssemblyCopyright("Copyright © SmeshLink 2011-2015 Copyright Jim Schaad 2017")]
[assembly: AssemblyTrademark("")]
Expand All @@ -35,5 +35,5 @@
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.5")]
[assembly: AssemblyFileVersion("1.1.5")]
[assembly: AssemblyVersion("1.1.6")]
[assembly: AssemblyFileVersion("1.1.6")]
6 changes: 5 additions & 1 deletion coap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Com.AugustCellars.CoAP</id>
<version>1.1.5</version>
<version>1.1.6</version>
<title>Com.AugustCellars.CoAP</title>
<authors>Jim Schaad</authors>
<owners>jimsch</owners>
Expand All @@ -15,6 +15,10 @@
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.6
- Re-enable DTLS reliability layer. It was removed for debugging purposes.
- Re-enable observer reconnect attempts. The ability to disable it remains, this just changes the default value.
- Add a UriPath and UriQuery property to the CoapClient class. This means that URIs do not need to be constantly reparsed when looking at multiple resources on a server.
1.1.5
- DTLS should now check sessions correct
- Remove some left over Console.Write statements
Expand Down

0 comments on commit c2768fb

Please sign in to comment.