-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCardyff.nuspec
21 lines (21 loc) · 942 Bytes
/
Cardyff.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Cardyff</id>
<version>1.1.0</version>
<authors>PerfectlyNormal</authors>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/PerfectlyNormal/Cardyff</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Create Actionable Messages for Office365 and related tools</description>
<releaseNotes>Fix serialization of enums to their string values, not integer</releaseNotes>
<copyright>Copyright 2018 Per Christian B. Viken</copyright>
<tags>office365 actionablemessage messagecard</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="[10.0,11.0)" />
</dependencies>
</metadata>
<files>
<file src="bin/Release/netstandard2.0/Cardyff.dll" target="lib/netstandard2.0" />
</files>
</package>