Skip to content

Releases: dubiousconst282/DistIL

v0.5.0-beta

10 Oct 22:49
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release
ExpandLinq: stop expanding Range().{ToArray()|ToList()}

These are already optimized in LINQ and vectorized in .NET 8, see #25

DistIL v0.4.0-beta

22 Mar 20:05
Compare
Choose a tag to compare
DistIL v0.4.0-beta Pre-release
Pre-release
Update readme

v0.3.1-beta.1: Don't use ref assemblies for NETCoreApp runtime libraries

28 Feb 03:10
Compare
Choose a tag to compare
Solves an issue with structs not being recognized.
This is not a great fix but it should be enough for now.

v0.3.0-beta.1: Forward reference paths from MSBuild task to CLI

27 Feb 19:04
Compare
Choose a tag to compare
This should fix framework dependencies not being resolved (asp and winforms stuff).

Also fixes a couple other minor issues:
- Mark task package as DevelopmentDependency
- Add package license