-
Notifications
You must be signed in to change notification settings - Fork 0
/
YamlDotNet.Analyzers.StaticGenerator.nuspec
24 lines (23 loc) · 1.26 KB
/
YamlDotNet.Analyzers.StaticGenerator.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!-- dotnet pack -c release -o /packages -p:NuspecFile=YamlDotNet.Analyzers.StaticGenerator.nuspec -->
<package>
<metadata minClientVersion="2.8">
<id>Vecc.YamlDotNet.Analyzers.StaticGenerator</id>
<version>$PackageVersion$</version>
<authors>YamlDotNet Contributors</authors>
<description>Roslyn Code Generator that will generate a static context for use with YamlDotNet to support ahead-of-time and library trimming.</description>
<summary>Static context generator for YamlDotNet.</summary>
<language>en-US</language>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/aaubry/YamlDotNet/wiki</projectUrl>
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<icon>images/yamldotnet.png</icon>
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" />
<tags>yaml parser development library serialization</tags>
</metadata>
<files>
<file src="bin/Release/netstandard2.0/YamlDotNet.Analyzers.StaticGenerator.dll" target="analyzers/dotnet/cs/netstandard2.0" />
<file src="../LICENSE.txt" target="" />
<file src="../yamldotnet.png" target="images/" />
</files>
</package>