-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNeolution.CodeAnalysis.nuspec
25 lines (25 loc) · 1.17 KB
/
Neolution.CodeAnalysis.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Neolution.CodeAnalysis</id>
<version>{{NuGetVersion}}</version>
<title>Neolution Code Analysis</title>
<authors>Neolution AG</authors>
<description>Configures Code Analysis for Neolution Projects</description>
<projectUrl>https://github.com/neolution-ch/Neolution.CodeAnalysis</projectUrl>
<readme>docs\README.md</readme>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<dependencies>
<dependency id="StyleCop.Analyzers.Unstable" version="1.2.0.556" />
<dependency id="SonarAnalyzer.CSharp" version="9.20.0.85982" />
</dependencies>
</metadata>
<files>
<file src="build\Neolution.CodeAnalysis.props" target="build\Neolution.CodeAnalysis.props" />
<file src="build\Neolution.CodeAnalysis.globalconfig" target="build\Neolution.CodeAnalysis.globalconfig" />
<file src="build\stylecop.json" target="build\stylecop.json" />
<file src="README.md" target="docs\" />
</files>
</package>