Skip to content

Commit

Permalink
Metadata updates for next release: v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-degreed committed Feb 27, 2021
1 parent 530a8de commit 2e5897e
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.5.1-pre</Version>
<Version>3.6.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>Added .editorconfig support.</PackageReleaseNotes>
<PackageReleaseNotes>- AV1755: Added detection of parameterized tests (Theory/TestCase/DataTestMethod)
- AV1008: Added exception for P/Invoke NativeMethods class
</PackageReleaseNotes>
<Copyright>Apache License, Version 2.0</Copyright>
<PackageTags>csharp c# coding guidelines analyzer</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand All @@ -42,10 +44,6 @@

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

0 comments on commit 2e5897e

Please sign in to comment.