Skip to content

Commit

Permalink
v0.2 Release (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago18c committed Jun 25, 2021
1 parent 28d59fd commit a13d2fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet</Product>
<Version>0.1.1</Version>
<Version>0.2.0</Version>
<Copyright>Copyright 2021 &#169; Solnet</Copyright>
<Authors>Tiago Carvalho &amp; Hugo Carvalho</Authors>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Solnet</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solnet is Solana's .NET integration library.</PackageDescription>
<PackageTags>solana;solnet;sol;net5</PackageTags>
<PackageTags>solana;solnet;sol;net5;spl</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Solnet/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down
7 changes: 7 additions & 0 deletions azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
artifactName: 'NuGet packages'
targetPath: 'artifacts/packages'

- task: NuGetCommand@2
inputs:
command: 'push'
packagesToPush: 'artifacts/packages/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'blockmountain nuget'

- task: GithubRelease@0
displayName: 'Create GitHub Release'
condition: eq(variables.isMaster, true)
Expand Down

0 comments on commit a13d2fc

Please sign in to comment.