Skip to content

Releases: teo-tsirpanis/Sigourney

Version 0.4.0

02 Sep 21:16
Compare
Choose a tag to compare

Sigourney's build-time assets were moved to a new package, 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.

Furthermore, legacy code that was supporting weavers targeting versions of Sigourney prior to 0.3.0 was removed.

Version 0.3.3

18 Jul 21:50
Compare
Choose a tag to compare

This release fixes some minor bugs, updates dependencies and adds a new API intented for some very limited scenarios.

It is not urged, but weavers will have to be updated and re-released to fully take advantage of this version's features.

Version 0.3.2

16 Apr 22:06
Compare
Choose a tag to compare

Update the debug symbols of weaved assemblies when they are found. This change allows them to be stepped in when debugged from an IDE.

Weavers will have to be updated and re-released to take advantage of this version's features.

Version 0.3.1

14 Nov 23:16
Compare
Choose a tag to compare

Fix a publish mode bug on projects that target multiple frameworks.

Updating and re-releasing weavers from 0.3.0 to this version is not needed.

Version 0.3.0

02 Nov 09:56
Compare
Choose a tag to compare
  • Expose the assembly references to MSBuild weaver tasks.

  • Deprecate the sentinel API in favor of a simpler incremental build system that always works.

  • Update dependencies, shrinking Sigourney package's size.

  • Fix some Unix-specific bugs.

Version 0.2.1

07 Oct 12:12
Compare
Choose a tag to compare
  • Reword some log messages.
  • Remove the sentinel files when the project gets cleaned.

Version 0.2.0

04 Oct 22:12
Compare
Choose a tag to compare

This release introduces a new API for writing MSBuild-integrated weavers. Take a look at the README to learn how to use it.

Version 0.1.1

04 Oct 09:21
Compare
Choose a tag to compare
  • Fix the initialization of the MSBuildWeaver.Log2 field.
  • Mark only MSBuildWeaver.AssemblyPath as required.

Version 0.1.0

04 Oct 09:20
Compare
Choose a tag to compare
  • Fix a crippling bug in the assembly marker.
  • Remove the SigourneyConfig property in the MSBuild task.
  • Fix the name of the version field in the generated assembly.

Version 0.0.4

06 Apr 10:27
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release

Fourth test release.