-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<iconUrl>https://developer.atlassian.com/imgs/charlie.png</iconUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/jlouros/StashApiCSharp/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/jlouros/StashApiCSharp</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>"Alpha package" | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<iconUrl>https://developer.atlassian.com/imgs/charlie.png</iconUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/jlouros/StashApiCSharp/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/jlouros/StashApiCSharp</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes> | ||
*Warning this package isn't backwards compatible* | ||
Functionality changes: | ||
- More comprehensive API abstraction. | ||
- API actions organized by Stash area (like projects, repositories, branches, etc) | ||
|
||
Including only basic get methods for: | ||
- GET all Projects | ||
- GET all Repositories of a Projects | ||
- GET all Tags from a Repository</releaseNotes> | ||
<copyright>Copyright John Louros 2014</copyright> | ||
<tags>Atlassian Stash API-Wrapper</tags> | ||
New features: | ||
- refactored StashClient class. Use it to access APIs actions (StashClient.Projects.{Action}) | ||
- Added GET capabilities for 'branches' and 'commits' | ||
- Added DELETE capabilities for 'projects' and 'repositories' | ||
</releaseNotes> | ||
<copyright>Copyright John Louros 2014</copyright> | ||
<tags>Atlassian Stash API-Wrapper</tags> | ||
<dependencies> | ||
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.2" /> | ||
</dependencies> | ||
</metadata> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters