Skip to content

Releases: domn1995/dunet

v1.11.2

29 Jan 02:31
019328e
Compare
Choose a tag to compare

What's Changed

Packages

https://www.nuget.org/packages/Dunet/1.11.2

Full Changelog

v1.11.1...v1.11.2

v1.11.1

27 Jan 02:22
cd444fb
Compare
Choose a tag to compare

What's Changed

Packages

https://www.nuget.org/packages/Dunet/1.11.1

Full Changelog

v1.11.0...v1.11.1

v1.11.0

04 Jan 04:39
93c3e1d
Compare
Choose a tag to compare

What's Changed

Migrating to v1.11.0

The following dunet package reference in .csproj files will now fail to build:

<PackageReference Include="dunet" Version="1.11.0">
    <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    <PrivateAssets>all</PrivateAssets>
</PackageReference>

When upgrading to v1.11.0, you will need to simplify it to this:

<PackageReference Include="dunet" Version="1.11.0" />

Packages

https://www.nuget.org/packages/Dunet/1.11.0

New Contributors

Full Changelog

v1.10.0...v1.11.0

v1.10.0

02 Nov 04:50
70d0624
Compare
Choose a tag to compare

What's Changed

Packages

https://www.nuget.org/packages/Dunet/1.10.0

Full Changelog

v1.9.0...v1.10.0

v1.9.0

13 Sep 02:51
85622b1
Compare
Choose a tag to compare

What's Changed

Packages

https://www.nuget.org/packages/Dunet/1.9.0

New Contributors

Full Changelog

v1.8.0...v1.9.0

v1.8.0

16 May 01:30
5170b29
Compare
Choose a tag to compare

What's Changed

  • Adds a stateful match function for memory-sensitive scenarios by @panoukos41 in #133
  • Makes generated Union attribute internal to avoid CS0436 warning by @parched in #139

Packages

https://www.nuget.org/packages/Dunet/1.8.0

New Contributors

Full Changelog

v1.7.1...v1.8.0

v1.7.1

17 Feb 03:38
cfd5b60
Compare
Choose a tag to compare

What's Changed

  • Fix implicit conversion clash with required union properties by @domn1995 in #127

Packages

https://www.nuget.org/packages/Dunet/1.7.1

Full Changelog

v1.7.0...v1.7.1

v1.7.0

23 Jan 03:56
f835a5a
Compare
Choose a tag to compare

What's Changed

  • Match on specific union values by @domn1995 in #113
  • Bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 by @dependabot in #111
  • Reduce memory allocations

Package

https://www.nuget.org/packages/Dunet/1.7.0

Full Changelog

v1.6.0...v1.7.0

v1.6.0

03 Jan 01:42
6581495
Compare
Choose a tag to compare

What's Changed

Package

https://www.nuget.org/packages/Dunet/1.6.0

Full Changelog

v1.5.0...v1.6.0

v1.5.0

13 Nov 22:19
d476283
Compare
Choose a tag to compare

What's Changed

Package

https://www.nuget.org/packages/Dunet/1.5.0

Full Changelog

v1.4.2...v1.5.0