Skip to content

Commit 58d4034

Browse files
Bump version.
1 parent f5157cf commit 58d4034

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Sigourney/Sigourney.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
<PackageId>Sigourney</PackageId>
66
<Description>A lightweight toolkit that helps easily writing .NET assembly weavers.</Description>
77
<Copyright>$(Copyright) Contains some code from Fody, which is licensed under the MIT License as well.</Copyright>
8-
<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.
9-
10-
Legacy code that was supporting weavers targeting versions of Sigourney prior to 0.3.0 was removed.
11-
12-
Version 4.0.1 fixed a bug where Sigourney did not run on F#.</PackageReleaseNotes>
8+
<PackageReleaseNotes>Fixed weaving under certain build environments like BenchmarkDotNet.</PackageReleaseNotes>
139
<PackageTags>$(PackageTags);Cecil</PackageTags>
1410
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1511
<LangVersion>8.0</LangVersion>

src/nuget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<VersionPrefix>0.4.1</VersionPrefix>
3+
<VersionPrefix>0.4.2</VersionPrefix>
44
<Authors>Theodore Tsirpanis</Authors>
55
<Copyright>Copyright © Theodore Tsirpanis. Licensed under the MIT License.</Copyright>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)