Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Dec 7, 2024
1 parent cf948d4 commit 1e8953c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/Sigourney/Sigourney.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
<PackageId>Sigourney</PackageId>
<Description>A lightweight toolkit that helps easily writing .NET assembly weavers.</Description>
<Copyright>$(Copyright) Contains some code from Fody, which is licensed under the MIT License as well.</Copyright>
<PackageReleaseNotes>Sigourney's build-time assets were moved to a new package, https://nuget.org/packages/Sigourney.Build, resulting in smaller download sizes and less dependencies. Weavers will need to be updated to publicly reference Sigourney.Build instead, as seen in the test weavers.

Legacy code that was supporting weavers targeting versions of Sigourney prior to 0.3.0 was removed.

Version 4.0.1 fixed a bug where Sigourney did not run on F#.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed weaving under certain build environments like BenchmarkDotNet.</PackageReleaseNotes>
<PackageTags>$(PackageTags);Cecil</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>8.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/nuget.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.4.1</VersionPrefix>
<VersionPrefix>0.4.2</VersionPrefix>
<Authors>Theodore Tsirpanis</Authors>
<Copyright>Copyright © Theodore Tsirpanis. Licensed under the MIT License.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 1e8953c

Please sign in to comment.