forked from Astn/JSON-RPC.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAustinHarris.JsonRpc.nuspec
More file actions
31 lines (31 loc) · 1.75 KB
/
AustinHarris.JsonRpc.nuspec
File metadata and controls
31 lines (31 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>AustinHarris.JsonRpc</id>
<version>$version$</version>
<title>JSON-RPC.NET</title>
<authors>Austin Harris</authors>
<owners />
<licenseUrl>https://raw.githubusercontent.com/Astn/JSON-RPC.NET/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Astn/JSON-RPC.NET</projectUrl>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonrpc2&DownloadId=487107</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The fastest .Net JSON RPC Server</description>
<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>
<releaseNotes>Optional JsonSerializer Settings - @hovi. ProcessSync is now public - @astn</releaseNotes>
<language>en-US</language>
<tags>fast json rpc server socket javascript json-rpc.net json-rpc jsonrpc json.net web services webapi service angular server angularjs</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="Newtonsoft.Json" version="9.0.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\Release\AustinHarris.JsonRpc.dll" target="lib\net40" />
<file src="bin\Release\AustinHarris.JsonRpc.pdb" target="lib\net40" />
</files>
</package>