Releases: dotnet/versionsweeper
Releases · dotnet/versionsweeper
v3.0
What's Changed
- Upgrade to .NET 9.0
- Use JSON source generation
- Bump github/codeql-action from 1 to 3 by @dependabot in #109
- Bump the dotnet group with 5 updates by @dependabot in #110
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in the dotnet group by @dependabot in #111
- Bump the dotnet group with 3 updates by @dependabot in #112
- Bump the dotnet group with 2 updates by @dependabot in #113
- Bump xunit from 2.9.1 to 2.9.2 in the dotnet group by @dependabot in #114
- Bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /test/DotNet.GitHubTests in the nuget group across 1 directory by @dependabot in #116
New Contributors
- @dependabot made their first contribution in #109
Full Changelog: v2.0...v3.0
v2.0
What's Changed
- which -> that by @gewarren in #105
- Fix broken test by @IEvangelist in #106
- Upgrade to the latest Octokit NuGet bits by @IEvangelist in #107
- Major updates 27f89af
New Contributors
Full Changelog: v1.9...v2.0
v1.9
What's Changed
- Add missing documentation for permissions and config by @Gakk in #78
- Upgrade to .NET 7 by @IEvangelist in #79
- Upgrade all the bits by @IEvangelist in #81
- Expose projects to upgrade by @IEvangelist in #92
- Upgrade to .NET 8.0 by @IEvangelist in #102
New Contributors
Full Changelog: v1.8...v1.9
Build 1.8
Build v1.7
What's Changed
- Fix broken integration test by @IEvangelist in #69
- Upgrade the version sweeper to .NET 6 and C# 10 by @IEvangelist in #70
- Upgrade certain package refs by @IEvangelist in #71
- Fix a bug where links were assumed to be relative by @IEvangelist in #72
- Add support for Dockerfile by @IEvangelist in #74
Full Changelog: v1.6...v1.7
Build v1.6
What's Changed
- Add solution support by @IEvangelist in #8
- Tech debt by @IEvangelist in #17
- Properly containerize the .NET GitHub action by @IEvangelist in #19
- Bug fixes by @IEvangelist in #24
- Various bits of clean up and added unit tests by @IEvangelist in #29
- Added support for reporting on project.json and *.xproj file formats. by @IEvangelist in #30
- Add unit tests for GitHub action class lib by @IEvangelist in #35
- Do not create issue when unable to determine if issue already exists by @IEvangelist in #37
- Implemented issue grouping by TFM by @IEvangelist in #48
- Update JsonSerializerOptions to allow trailing commas by @Youssef1313 in #53
- Added de-dup
HashSet<string>
protecting new issue queue by @IEvangelist in #54 - Target
@main
in dog-food.yml by @IEvangelist in #55 - Add out of support within days config by @IEvangelist in #68
{
"outOfSupportWithinDays": 90,
"ignore": [
"**/pinned-versions/**",
"**/*.fsproj"
]
}
New Contributors
- @Youssef1313 made their first contribution in #53
Full Changelog: 0.0.2...v1.6
Build v1.5
Update dog-food.yml (#55)
Build v1.4
- Addresses #39 - implemented grouping by TFM for issue creation
Build v1.3
Addressed issue #36
Build v1.2
Addresses bugs discussed in #24