-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWTG.Analyzers.nuspec
30 lines (27 loc) · 1.13 KB
/
WTG.Analyzers.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
25
26
27
28
29
30
<?xml version="1.0"?>
<package>
<metadata>
<id>WTG.Analyzers</id>
<version>$version$</version>
<authors>$company$</authors>
<owners>$company$</owners>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/WiseTechGlobal/WTG.Analyzers</projectUrl>
<description>Roslyn Code Analyzers to enforce WiseTech Global coding standards and catch common mistakes.</description>
<copyright>$copyright$</copyright>
<repository type="git" url="https://github.com/WiseTechGlobal/WTG.Analyzers" commit="$commitid$" />
<icon>images\icon.png</icon>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<!-- Binaries -->
<file src="bin\netstandard2.0\WTG.Analyzers.dll" target="analyzers\dotnet\cs" />
<file src="bin\netstandard2.0\WTG.Analyzers.Utils.dll" target="analyzers\dotnet\cs" />
<!-- MSBuild Properties and Targets -->
<file src="src\WTG.Analyzers\build\WTG.Analyzers.props" target="build\" />
<file src="src\WTG.Analyzers\build\WarnAll.editorconfig" target="build\" />
<!-- Other -->
<file src="LICENSE.md" target="" />
<file src="icon.png" target="images" />
</files>
</package>