forked from dgg/nmoneys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNMoneys.Serialization.Json_NET.nuspec
More file actions
36 lines (36 loc) · 1.71 KB
/
NMoneys.Serialization.Json_NET.nuspec
File metadata and controls
36 lines (36 loc) · 1.71 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
32
33
34
35
36
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>NMoneys.Serialization.Json_NET</id>
<title>NMoneys Serialization: Json.NET</title>
<version>4.0.0.1</version>
<authors>Daniel González García</authors>
<licenseUrl>https://raw.githubusercontent.com/dgg/nmoneys/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Custom serialization when NMoneys objects are to be serialized/deserialized using Json.NET.</description>
<summary>
NMoneys Serialization: Json.NET is an extension to the NMoneys library that allows customize the serialization and deserialization process
when using the library Json.NET via custom converters.
</summary>
<projectUrl>https://github.com/dgg/nmoneys</projectUrl>
<iconUrl>https://nugetgallery.blob.core.windows.net/icons/NMoneys.2.0.0.0.png</iconUrl>
<tags>.net currency money iso iso4217 serialization newtonsoft Json.NET JSON</tags>
<dependencies>
<group targetFramework="netcoreapp1.0">
<dependency id="nmoneys" version="5.0.0.0" />
<dependency id="newtonsoft.json" version="9.0.1" />
</group>
<group targetFramework="net40">
<dependency id="nmoneys" version="4.0.0.0" />
<dependency id="newtonsoft.json" version="4.5.11" />
</group>
</dependencies>
<contentFiles>
<files include="cs\**\*.*" buildAction="Compile" />
</contentFiles>
</metadata>
<files>
<file src="content\**\Json_NET.cs" target="content" />
<file src="contentfiles\**\Json_NET.cs" target="contentFiles" />
</files>
</package>