forked from dgg/nmoneys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNMoneys.Serialization.Service_Stack.nuspec
More file actions
25 lines (25 loc) · 1.33 KB
/
NMoneys.Serialization.Service_Stack.nuspec
File metadata and controls
25 lines (25 loc) · 1.33 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
<?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.Service_Stack</id>
<title>NMoneys Serialization: ServiceStack</title>
<version>3.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 ServiceStack.Text.</description>
<summary>
NMoneys Serialization: ServiceStack is an extension to the NMoneys library that allows customize the serialization and deserialization process
when using the library ServiceStack.Text via custom raw serialization functions.
</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 ServiceStack JSON</tags>
<dependencies>
<dependency id="nmoneys" version="4.0.0.0" />
</dependencies>
</metadata>
<files>
<file src="content\**\Service_Stack.cs" target="content" />
</files>
</package>