Skip to content

Commit

Permalink
Release 0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouros committed Nov 6, 2014
1 parent 1cb5da7 commit 3bc076d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Atlassian.Stash.Api/Atlassian.Stash.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/jlouros/StashApiCSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
Expand All @@ -19,8 +19,9 @@
- get information about 'Commits' and 'commit changes'
- get information about 'Tags'

New features:
- adding CREATE and DELETE capabilities to 'branches'
Norm MacLennan contribution:
- get branches by commit id
- get file contents
</releaseNotes>
<copyright>Copyright John Louros 2014</copyright>
<tags>Atlassian Stash API-Wrapper</tags>
Expand Down
6 changes: 3 additions & 3 deletions Atlassian.Stash.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyInformationalVersion("0.1.1-alpha")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
[assembly: AssemblyInformationalVersion("0.1.2-alpha")]

0 comments on commit 3bc076d

Please sign in to comment.