v1.11.0
What's Changed
- Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @dependabot in #190
- Upgrade to dotnet 8 by @domn1995 in #187
- Bump PolySharp from 1.13.2 to 1.14.0 by @dependabot in #192
- Bump PolySharp from 1.14.0 to 1.14.1 by @dependabot in #201
- Separate UnionAttribute into its own project by @hwoodiwiss in #204
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
- @hwoodiwiss made their first contribution in #204