Skip to content

Commit

Permalink
Bump version; update package release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmckenzie committed Aug 14, 2024
1 parent e7224f2 commit f2ee876
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest-Recommended</AnalysisLevel>
<Version>4.1.0</Version>
<Version>4.1.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;NU5128</NoWarn>
<PackageReleaseNotes>Use ForAttributeWithMetadataName to improve performance</PackageReleaseNotes>
<PackageReleaseNotes>Bugfix to generate unique interface methods for overloads with generic parameters</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugGenerator|AnyCPU'">
Expand Down

0 comments on commit f2ee876

Please sign in to comment.