Skip to content

Commit

Permalink
Metadata updates for next release: v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Mar 13, 2022
1 parent af626e9 commit 1d4da45
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.7.2-pre</Version>
<Version>3.8.0</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down Expand Up @@ -42,10 +42,6 @@

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

0 comments on commit 1d4da45

Please sign in to comment.