Releases: vipentti/dotnet-check-updates
Releases · vipentti/dotnet-check-updates
0.4.2
0.4.1
Added
- New
-t|--target
valuesnon-major
andpre-non-major
0.4.0
Added
- Support for Directory.Packages.props files
0.3.1
- fix: Xml declaration not being saved correctly
0.3.0
Breaking Changes
- Default alias for
-i|--include
is changed to-f|--filter
\
0.2.4
- Add support for showing package count with --show-package-count
0.2.3
- Implement support for Directory.Build.props files
- Implement -i|--include and -e|--exclude for filtering specific packages to include or exclude
0.2.2
- Implement support for F# projects (.fsproj)
0.2.1
- Normalize package ids using ToLowerInvariant before calling NuGet api
0.2.0
- Add .NET 8 support