Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:breaking-change: bump version to 5.0 and drop support for .NET Standard 2 and < .NET 6 #547

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

natemcmaster
Copy link
Owner

This change makes the following breaking changes:

  • Drops support for .NET Standard 2
  • Drops support for any version of .NET < 6.0
  • Removes some internal code that was necessary to preserve backwards compat with Mono and .NET Framework 4

The major version of this package is bumped to 5.0 to indicate this may break for some users.

Copy link

codecov bot commented Mar 17, 2024

Codecov Report

Attention: Patch coverage is 64.00000% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 77.79%. Comparing base (10d0155) to head (5041bc6).

Files Patch % Lines
src/CommandLineUtils/Properties/Strings.cs 12.50% 1 Missing and 6 partials ⚠️
...mandLineUtils/Attributes/AllowedValuesAttribute.cs 0.00% 0 Missing and 1 partial ⚠️
...ommandLineUtils/Validation/ValidationExtensions.cs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
- Coverage   77.85%   77.79%   -0.07%     
==========================================
  Files         105      104       -1     
  Lines        3310     3319       +9     
  Branches      716      722       +6     
==========================================
+ Hits         2577     2582       +5     
+ Misses        580      578       -2     
- Partials      153      159       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@natemcmaster natemcmaster linked an issue Mar 17, 2024 that may be closed by this pull request
@natemcmaster natemcmaster merged commit ff22b44 into main Mar 30, 2024
9 of 11 checks passed
@natemcmaster natemcmaster deleted the net6 branch March 30, 2024 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependencies on .NET 5.0
1 participant