Skip to content

Commit

Permalink
Update Release Version for Spec Update (dropbox#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent1LT authored Nov 10, 2020
1 parent 32f6813 commit b8a32e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
cd ..
python generate.py
git add dropbox-sdk-dotnet/Dropbox.Api/Generated
git add stone
git add spec
- name: Create Pull Request
uses: peter-evans/[email protected]
if: steps.git-diff-num.outputs.num-diff != 0
Expand Down
2 changes: 1 addition & 1 deletion buildall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $nugetPath = "$nugetDir\nuget.exe"
$nugetSpecPath = "$sourceDir\Dropbox.Api.nuspec"
$docBuildPath = Resolve-Path "doc\StoneDocs.shfbproj"
$majorVersion = "5.0"
$releaseVersion = "5.3.0"
$releaseVersion = "5.4.0"
$assemblyInfoPath = "$sourceDir\AppProperties\AssemblyInfo.cs"
$signKeyPath = "$sourceDir\dropbox_api_key.snk"
$releaseNotes = @'
Expand Down
2 changes: 1 addition & 1 deletion dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Dropbox.Api</id>
<version>5.3.0</version>
<version>5.4.0</version>
<title>Dropbox v2 API</title>
<authors>Dropbox</authors>
<owners>Dropbox</owners>
Expand Down
2 changes: 1 addition & 1 deletion spec
2 changes: 1 addition & 1 deletion stone

0 comments on commit b8a32e2

Please sign in to comment.