-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathKentico.CodeAnalysis.Ruleset.nuspec
More file actions
24 lines (24 loc) · 1.16 KB
/
Copy pathKentico.CodeAnalysis.Ruleset.nuspec
File metadata and controls
24 lines (24 loc) · 1.16 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Kentico.CodeAnalysis.Ruleset</id>
<version>10.0.1</version>
<title>Kentico Code Analysis Rule Set</title>
<authors>Kentico Software</authors>
<licenseUrl>https://github.com/Kentico/CodeAnalysisRuleset/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/Kentico/CodeAnalysisRuleset</projectUrl>
<iconUrl>http://www.kentico.com/favicon.ico</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>Static code analysis rule set used in Kentico projects.</description>
<releaseNotes />
<copyright>Copyright (c) 2015 Kentico Software</copyright>
<tags>kentico ruleset code analysis</tags>
<dependencies>
<dependency id="Microsoft.AnalyzerPowerPack" version="1.0.1" />
</dependencies>
</metadata>
<files>
<file src="Kentico.CodeAnalysis.ruleset" target="content\Kentico.CodeAnalysis.ruleset" />
</files>
</package>