Skip to content

v1.11.0

Compare
Choose a tag to compare
@domn1995 domn1995 released this 04 Jan 04:39
· 78 commits to main since this release
93c3e1d

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