Skip to content

Commit

Permalink
Update manifest and links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Latency committed Apr 9, 2024
1 parent ee947a3 commit 6742a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| TAGS: | [NDesk.Options C#] |
| STATUS | [![.NET](https://github.com/Latency/NDesk.Options.Core/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Latency/NDesk.Options.Core/actions/workflows/dotnet.yml) |
| LICENSE: | [![License](https://img.shields.io/badge/MIT-License-yellowgreen.svg)](https://github.com/Latency/NDesk.Options.Core/blob/master/MIT-LICENSE.txt) |
| VERSION: | [![GitHub Release](https://img.shields.io/badge/Version-1.2.7-blue)](https://github.com/Latency/NDesk.Options.Core/releases) |
| VERSION: | [![GitHub Release](https://img.shields.io/badge/Version-1.2.8-blue)](https://github.com/Latency/NDesk.Options.Core/releases) |


<hr>
Expand Down
6 changes: 1 addition & 5 deletions src/NDesk.Options.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net452;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>1.2.7</Version>
<Version>1.2.8</Version>
<Description>A callback-based program option parser for C#.</Description>
<PackageProjectUrl>https://latency.github.io/NDesk.Options/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Latency/NDesk.Options/</RepositoryUrl>
<PackageTags>NDesk.Options C#</PackageTags>
<PackageId>NDesk.Options.Core</PackageId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>Update target framework to include .NET 9.0.</PackageReleaseNotes>
<RepositoryLicenseUrl>$(GitHubRepository)/$(MSBuildProjectName)/blob/master/MIT-LICENSE.txt</RepositoryLicenseUrl>
<RepositoryReleasesUrl>$(GitHubRepository)/$(MSBuildProjectName)/releases</RepositoryReleasesUrl>
</PropertyGroup>

</Project>

0 comments on commit 6742a6d

Please sign in to comment.