Update README.md

This commit is contained in:
connorivy
2024-05-10 14:53:51 -05:00
committed by GitHub
parent 66f73fd8e0
commit 486c713aad
+1 -1
View File
@@ -9,4 +9,4 @@ You must have Revit installed for the year that you are trying to make nugets fo
- Run the command `dotnet pack /p:PackageVersion=2024 /p:DotnetVersion=net4.8 --output .` replacing the revit year and .net version with your desired version
- The .nupkg will now be created in the root folder. This can be uploaded to nuget via
- The nuget.org UI
- `dotnet nuget push "*.nupkg" --api-key {{your_api_key}} --source https://api.nuget.org/v3/index.json`
- `dotnet nuget push "*.nupkg" --api-key your_api_key --source https://api.nuget.org/v3/index.json`