AdrianJSClark / aydsko-iracingdata

A .NET access library for querying the iRacing "Data" API.
MIT License
29 stars 8 forks source link

NuGet Package Clean Up #150

Closed AdrianJSClark closed 1 year ago

AdrianJSClark commented 1 year ago

As a result of checking against "Ensuring best practices for NuGet Packages" by meziantou / Gerald Barre, fix up the following:

AdrianJSClark commented 1 year ago

Running the validation tool written by meziantou across release 0.8.0 reveals no issues.

PS C:\Dev\Temp> meziantou.validate-nuget-package aydsko.iracingdata.0.8.0.nupkg
{
  "IsValid": true,
  "Packages": {
    "C:\\Dev\\Temp\\aydsko.iracingdata.0.8.0.nupkg": {
      "Errors": [],
      "IsValid": true
    }
  }
}