haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

PackageId for official netDxf nupkg #399

Closed devel0 closed 1 year ago

devel0 commented 2 years ago

With this PR the PackageId field added to csproj with the name netDxf-official that isn't used on nuget as results from this search https://www.nuget.org/packages?q=netDxf

Publish nupkg is pretty simple:

cd netDxf/netDxf
dotnet pack -c Release
dotnet nuget push bin/Release/*.nupkg -k APIKEY -s https://api.nuget.org/v3/index.json