-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProductiveRage.SealedClassVerification.NET.nuspec
29 lines (29 loc) · 1.59 KB
/
ProductiveRage.SealedClassVerification.NET.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
<?xml version="1.0"?>
<package >
<metadata>
<id>ProductiveRage.SealedClassVerification.Net</id>
<title>ProductiveRage.SealedClassVerification (.NET)</title>
<version>1.7.0</version>
<authors>ProductiveRage</authors>
<owners>ProductiveRage</owners>
<licenseUrl>https://github.com/ProductiveRage/ProductiveRage.SealedClassVerification/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ProductiveRage/ProductiveRage.SealedClassVerification</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/6a1f781d4d5e2d50dcff04f8f049767a?s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An analyser that ensures that no classes are not marked as one of abstract, sealed or static by accident (a new [DesignedForInheritance] must be added to each such class)</description>
<copyright>Copyright 2016 ProductiveRage</copyright>
<tags>C# analysis</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework="netcore1.6" />
</dependencies>
</metadata>
<files>
<file src="ProductiveRage.SealedClassVerification.Net.dll" target="lib\net45" />
<file src="ProductiveRage.SealedClassVerification.xml" target="lib\net45" />
<file src="netstandard1.6\ProductiveRage.SealedClassVerification.Net.dll" target="lib\netstandard1.6" />
<file src="ProductiveRage.SealedClassVerification.xml" target="lib\netstandard1.6" />
<file src="ProductiveRage.SealedClassVerification.Analyser.dll" target="analyzers\dotnet\cs" />
<file src="*.ps1" target="tools\" />
</files>
</package>