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

Fix the problem preventing running under .NET 7.0 #545

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

Jericho
Copy link
Contributor

@Jericho Jericho commented Nov 11, 2023

Upgrade Automapper to its latest release in order resolve the problem under .NET 7.0. However, recent version of AutoMapper have dropped support for .NET 4.8 which means that GitReleaseManager also must drop .NET 4.8

Resolves #530

Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thank you for pulling all this together!

Just a couple of comments.

nuspec/chocolatey/GitReleaseManager.Portable.nuspec Outdated Show resolved Hide resolved
nuspec/nuget/GitReleaseManager.nuspec Outdated Show resolved Hide resolved
nuspec/nuget/GitReleaseManager.nuspec Outdated Show resolved Hide resolved
nuspec/chocolatey/GitReleaseManager.Portable.nuspec Outdated Show resolved Hide resolved
Jericho and others added 3 commits November 11, 2023 16:53
Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13
Copy link
Member

gep13 commented Nov 14, 2023

@Jericho thank you very much for taking the time to fix this up!

@gep13 gep13 merged commit 047e7bd into GitTools:develop Nov 14, 2023
2 checks passed
gittools-bot pushed a commit that referenced this pull request Nov 14, 2023
Merge pull request #545 from Jericho/net6.0

Fix the problem preventing running under .NET 7.0
@Jericho Jericho deleted the net6.0 branch December 8, 2023 16:02
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.

GitReleaseManager doesn't run under .NET 7.0 - need to remove support for .NET 4.8
2 participants