From 59a056b33d419bbe4925042734a8e274947c9851 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Mon, 19 Jul 2021 00:34:31 +0300 Subject: [PATCH] This is version 0.3.3. --- Sigourney/Sigourney.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sigourney/Sigourney.csproj b/Sigourney/Sigourney.csproj index b6937d8..9dc9c30 100644 --- a/Sigourney/Sigourney.csproj +++ b/Sigourney/Sigourney.csproj @@ -2,13 +2,13 @@ netstandard2.0 Sigourney - 0.3.2 + 0.3.3 A lightweight toolkit that helps easily writing .NET assembly weavers. Theodore Tsirpanis Copyright © Theodore Tsirpanis. Licensed under the MIT License. Contains some code from Fody, which is licensed under the MIT License as well. - Update the debug symbols of weaved assemblies when they are found. This change allows them to be stepped in when debugged from an IDE. + 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. +It is not urged, but weavers will have to be updated and re-released to fully take advantage of this version's features. https://github.com/teo-tsirpanis/Sigourney ILWeaving;Sigourney;Cecil MIT