Skip to content

Commit

Permalink
This is version 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Jul 18, 2021
1 parent 0a710d5 commit 59a056b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sigourney/Sigourney.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Sigourney</PackageId>
<Version>0.3.2</Version>
<Version>0.3.3</Version>
<Description>A lightweight toolkit that helps easily writing .NET assembly weavers.</Description>
<Authors>Theodore Tsirpanis</Authors>
<Copyright>Copyright © Theodore Tsirpanis. Licensed under the MIT License. Contains some code from Fody, which is licensed under the MIT License as well.</Copyright>
<PackageReleaseNotes>Update the debug symbols of weaved assemblies when they are found. This change allows them to be stepped in when debugged from an IDE.
<PackageReleaseNotes>This release fixes some minor bugs, updates dependencies and adds a new API intented for some very limited scenarios.

Weavers will have to be updated and re-released to take advantage of this version's features.</PackageReleaseNotes>
It is not urged, but weavers will have to be updated and re-released to fully take advantage of this version's features.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/teo-tsirpanis/Sigourney</PackageProjectUrl>
<PackageTags>ILWeaving;Sigourney;Cecil</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 59a056b

Please sign in to comment.