Skip to content

Commit

Permalink
Metadata updates for next release: v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Aug 22, 2022
1 parent e06ce5c commit ff337d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="all" />
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.1" PrivateAssets="all" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.8.2-pre</Version>
<Version>3.8.2</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -35,7 +35,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.1" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.118" PrivateAssets="all" />
Expand Down

0 comments on commit ff337d0

Please sign in to comment.