forked from dgg/nmoneys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNMoneys.Serialization.Mongo_DB_legacy.nuspec
More file actions
27 lines (27 loc) · 1.46 KB
/
NMoneys.Serialization.Mongo_DB_legacy.nuspec
File metadata and controls
27 lines (27 loc) · 1.46 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
<?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.Mongo_DB.mongocsharpdriver</id>
<title>NMoneys Serialization: MongoDB (legacy)</title>
<version>2.0.1.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 MongDB's legacy driver.</description>
<summary>
NMoneys Serialization: MongoDB is an extension to the NMoneys library that allows customize the serialization and deserialization process
when using MongoDB via custom serializers in versions prior to 2.0.0.
For serialization using newer versions of the library, use "NMoneys.Serialization.Mongo_DB".
</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 mongo mongodb JSON BSON</tags>
<dependencies>
<dependency id="nmoneys" version="4.0.0.0" />
<dependency id="mongocsharpdriver" version="(,1.11.0]" />
</dependencies>
</metadata>
<files>
<file src="content\**\Mongo_DB.cs" target="content" />
</files>
</package>