Skip to content

Commit

Permalink
Metadata updates for next release: v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman authored and bkoelman committed Sep 12, 2021
1 parent 489bf34 commit edf9199
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.6.1-pre</Version>
<Version>3.7.0</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.</Description>
<PackageReleaseNotes>- AV1755: Added detection of parameterized tests (Theory/TestCase/DataTestMethod)
- AV1008: Added exception for P/Invoke NativeMethods class
</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/bkoelman/CSharpGuidelinesAnalyzer/releases</PackageReleaseNotes>
<Copyright>Apache License, Version 2.0</Copyright>
<PackageTags>csharp c# coding guidelines analyzer</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand All @@ -44,10 +42,6 @@

<ItemGroup>
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.100" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.6.0" PrivateAssets="all" />
Expand Down

0 comments on commit edf9199

Please sign in to comment.