3.1.1
This patch releases primarily fixes build errors in WindowsAppSDK projects, due to a WebView2 bug producing invalid .pri files. These .pri files would be embedded in the ComputeSharp package, and they would reference a WebView2 .dll that wouldn't exist. Then, the PRI tools in WindowsAppSDK would try to resolve that .dll (as they'd see it referenced by the .pri file), and produce a build error.
What's Changed
- Add 'ComputeSharp' thesis PDF by @Sergio0694 in #904
- Update to .NET 9.0.200 SDK, fix build errors by @Sergio0694 in #905
- Remove 'WebView2' package dependency by @Sergio0694 in #906
Full Changelog: v3.1.0...v3.1.1