Skip to content

Commit 7e942d9

Browse files
authored
Merge branch 'master' into NamingAndUsability
2 parents ad1e223 + ee298a8 commit 7e942d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Json-Rpc/AustinHarris.JsonRpc.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>The fastest .Net JSON RPC Server</description>
1414
<summary>JSON-RPC.Net is a high performance Json-Rpc 2.0 server, leveraging the popular JSON.NET library. Easily create a JSON RPC server for your Angular javascript apps, also supports sockets and pipes, oh my!</summary>
15-
<releaseNotes>Performance improvements -Astn, Bug Fixes: Optional Parameter Ordering -artnim, Batches with superflous commans -artnim, ParamCount Exception -artnim.</releaseNotes>
15+
<releaseNotes>Named Parameters via attributes -rommar. Fix nuget dependency requirements -jbreens. Cleaner service registration -xmedeko</releaseNotes>
1616
<language>en-US</language>
1717
<tags>fast json rpc server socket javascript json-rpc.net json-rpc jsonrpc json.net web services webapi service angular server angularjs</tags>
1818
<dependencies>
1919
<group targetFramework=".NETFramework4.0">
20-
<dependency id="Newtonsoft.Json" version="6.0.5" />
20+
<dependency id="Newtonsoft.Json" version="9.0.0" />
2121
</group>
2222
</dependencies>
2323
<frameworkAssemblies>

0 commit comments

Comments
 (0)