Summary
Creates a Release using the specified and settings.
Syntax
public void AddAssets(string userName, string password, string owner, string repository, string tagName, string assets, GitReleaseManagerAddAssetsSettings settings)
Parameters
Name |
Type |
Description |
userName |
string |
The user name. |
password |
string |
The password. |
owner |
string |
The owner. |
repository |
string |
The repository. |
tagName |
string |
The tag name. |
assets |
string |
The assets to upload. |
settings |
GitReleaseManagerAddAssetsSettings |
The settings. |
Return Value