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

Add support for .NET 4.8 and remove support for .NET 4.7.2 #515

Closed gep13 closed 10 months ago

gep13 commented 10 months ago

Detailed Description

We need to change to use the long term supported version of the .NET Framework.

Context

.NET 4.8 is the most recent version of .NET Framework, and the one that has long term support, so we should switch to requiring this.

Possible Implementation

Change TargetFrameworks and remove usage of .NET 4.7.2.

Your Environment

N/A

gittools-bot commented 10 months ago

:tada: This issue has been resolved in version 0.15.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: