Microsoft.CodeAnalysis.Analyzers.nuspec 1.4 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.CodeAnalysis.Analyzers</id>
  5. <version>3.11.0</version>
  6. <authors>Microsoft</authors>
  7. <owners>Microsoft</owners>
  8. <developmentDependency>true</developmentDependency>
  9. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  10. <license type="expression">MIT</license>
  11. <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
  12. <icon>Icon.png</icon>
  13. <readme>documentation\readme.md</readme>
  14. <projectUrl>https://github.com/dotnet/roslyn-analyzers</projectUrl>
  15. <description>Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.</description>
  16. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  17. <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics</tags>
  18. <serviceable>true</serviceable>
  19. <repository type="git" url="https://github.com/dotnet/roslyn-analyzers" commit="f2384e61845314d0e8ad74cc0fe67d1bd4e9f102" />
  20. </metadata>
  21. </package>