19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.VisualStudio.Threading.Analyzers</id>
|
|
<version>17.9.28</version>
|
|
<authors>Microsoft</authors>
|
|
<developmentDependency>true</developmentDependency>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>PackageIcon.png</icon>
|
|
<readme>README.md</readme>
|
|
<projectUrl>https://github.com/Microsoft/vs-threading</projectUrl>
|
|
<description>Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.</description>
|
|
<releaseNotes>https://github.com/Microsoft/vs-threading/releases/tag/v17.9.28</releaseNotes>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>analyzers visualstudio vssdk sdk threading</tags>
|
|
<repository type="git" url="https://github.com/microsoft/vs-threading" commit="4b1ca8123aefc02f36317abbdcc7578759a66892" />
|
|
</metadata>
|
|
</package> |