The 1.1.0 release of CziShrink is functionally identical to the 1.0.2 release.
It is built on and runs on .NET 8 (CziShrink 1.0.2 is on .NET 7).
Installation
An installer is not available yet but we plan to provide one in one of the coming releases.
- Windows: Download CziShrink_1.1.0+1998995_win-x64.zip, unzip, and run CziShrink.exe
- Linux: Download CziShrink_1.1.0+1998995_linux-x64.zip, unzip, chmod u+x ./CziShrink, and run ./CziShrink
What's Changed
- Use nuget caching by @m-ringler in #24
- Bump Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0 in /czishrink by @dependabot in #25
- Switch to dotnet8 for compilation and target framework by @m-ringler in #28
Full Changelog: v1.0.2...v1.1.0