Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamods/packagemanagerclient
.Net Client for Package Manager for Dynamo Visual Programming
https://github.com/dynamods/packagemanagerclient
Last synced: 2 months ago
JSON representation
.Net Client for Package Manager for Dynamo Visual Programming
- Host: GitHub
- URL: https://github.com/dynamods/packagemanagerclient
- Owner: DynamoDS
- License: mit
- Created: 2013-08-28T22:16:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T20:43:16.000Z (4 months ago)
- Last Synced: 2024-09-14T11:45:09.796Z (4 months ago)
- Language: C#
- Homepage: http://www.dynamopackages.com
- Size: 6.16 MB
- Stars: 3
- Watchers: 25
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamo Package Manager Client
[![Nuget](https://img.shields.io/nuget/v/Greg?logo=nuget)](https://www.nuget.org/packages/Greg/)
[![Build](https://github.com/DynamoDS/PackageManagerClient/actions/workflows/build.yml/badge.svg)](https://github.com/DynamoDS/PackageManagerClient/actions/workflows/build.yml)
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.
#### The Package Manager Client can do the following for you:
* 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#### The Package Manager Client doesn't do this for you:
* magically find all of the dependencies your package has (that's up to you)
* provide Autodesk 360 login credentials#### Steps to build The Package Manager Client solution:
* From Visual Studio IDE:
Build the `PackageManagerClient\src\GregClient.sln` solution
* From command line:
```bat
dotnet build --configuration Release src/GregClient.sln
```#### How to increment the assembly version:
Locate the [GregClient.csproj](https://github.com/DynamoDS/PackageManagerClient/blob/master/src/GregClient/GregClient.csproj) and change the `Version` property.
___The Dynamo Package Manager and the Dynamo Package Manager Client both comply with the [Autodesk Privacy Policy](https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement).