-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathWorkleap.DotNet.CodingStandards.nuspec
More file actions
26 lines (26 loc) · 1.16 KB
/
Workleap.DotNet.CodingStandards.nuspec
File metadata and controls
26 lines (26 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
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Workleap.DotNet.CodingStandards</id>
<version>$version$</version>
<authors>Workleap</authors>
<owners>Workleap</owners>
<developmentDependency>true</developmentDependency>
<license type="expression">Apache-2.0</license>
<readme>README.md</readme>
<projectUrl>https://github.com/workleap/wl-dotnet-codingstandards</projectUrl>
<description>Workleap recommended coding standards for .NET.</description>
<copyright>Copyright © Workleap</copyright>
<repository type="git" url="$RepositoryUrl$" commit="$RepositoryCommit$" branch="$RepositoryBranch$" />
<dependencies>
<dependency id="Meziantou.Analyzer" version="3.0.28" />
<dependency id="Microsoft.CodeAnalysis.BannedApiAnalyzers" version="3.3.4" />
<dependency id="Microsoft.CodeAnalysis.NetAnalyzers" version="10.0.201" />
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.556" />
</dependencies>
</metadata>
<files>
<file src="src\**" target="" />
<file src="README.md" target="" />
</files>
</package>