Skip to content

Commit

Permalink
This is version 0.2.1.
Browse files Browse the repository at this point in the history
State in the readme that implementing incremental build support on multi-weaver projects is of low priority.
  • Loading branch information
teo-tsirpanis committed Oct 7, 2020
1 parent bfdf7f6 commit 351e259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sigourney is a lightweight toolkit that helps developers write weavers, tools th
At the moment, Sigourney is known to be used by two projects, both of them developed by Sigourney's author.

* [Covarsky][covarsky], a tool that brings co(ntra)variance in languages that don't support it like F#.
* [Farkle][farkle], an LALR parsing library uses Sigourney for [its grammar precompiler][farkle-precompiler].
* [Farkle][farkle], an LALR parsing library that uses Sigourney for [its grammar precompiler][farkle-precompiler].

If your project uses Sigourney, feel free to open a pull request to add it to the list.

Expand Down Expand Up @@ -97,7 +97,10 @@ Like Mono.Cecil, Sigourney's version number will most likely stick in the `0.x.y

## Known issues

* Sigourney's MSBuild integration does not fully support incremental builds on projects that use more than one weaver.
*
Sigourney's MSBuild integration does not fully support incremental builds on projects that use more than one weaver.

Since Sigourney already supports incremental weaving through the `ProcessedBy` classes, fixing this issue has a low priority. Anybody interested can feel free to propose a solution.

## License

Expand Down
6 changes: 3 additions & 3 deletions Sigourney/Sigourney.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Sigourney</PackageId>
<Version>0.2.0</Version>
<Version>0.2.1</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>Introduce a new API for writing MSBuild-integrated weavers.
Take a look at the repository's README to learn how to use it.</PackageReleaseNotes>
<PackageReleaseNotes>Reword some log messages.
Remove the sentinel files when the project gets cleaned.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/teo-tsirpanis/Sigourney</PackageProjectUrl>
<PackageTags>ILWeaving;Sigourney;Cecil</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 351e259

Please sign in to comment.