This repo is the package manager client for the Dynamo Package Manager. Package Manager Client is designed to cover all of the capabilities of the Dynamo Package Manager.
- properly format, compress, and upload a package to the server
- properly format, compress, and upload a new package version to the server
- download a specific package header
- download a specific package body
- determine server connectivity
- upvote or downvote a package, collect user votes
- search across packages
- deprecate a package
- manage maintainers of a package
- manage authentication
- magically find all of the dependencies your package has (that's up to you)
- provide Autodesk 360 login credentials
-
From Visual Studio IDE:
Build the
PackageManagerClient\src\GregClient.sln
solution -
From command line:
dotnet build --configuration Release src/GregClient.sln
Locate the GregClient.csproj and change the Version
property.
The Dynamo Package Manager and the Dynamo Package Manager Client both comply with the Autodesk Privacy Policy.