GitTools / GitReleaseManager

Tool for creating and exporting releases for software applications hosted on GitHub
https://gittools.github.io/GitReleaseManager/docs/
MIT License
298 stars 39 forks source link

Fix the problem preventing running under .NET 7.0 #545

Closed Jericho closed 7 months ago

Jericho commented 7 months ago

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

gep13 commented 7 months ago

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