Skip to content

Commit

Permalink
This is version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Sep 2, 2021
1 parent 3d42a61 commit ebec519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Sigourney/Sigourney.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<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.</PackageReleaseNotes>
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>
<PackageTags>$(PackageTags);Cecil</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
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>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>Theodore Tsirpanis</Authors>
<Copyright>Copyright © Theodore Tsirpanis. Licensed under the MIT License.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit ebec519

Please sign in to comment.