Skip to content

Commit

Permalink
bump version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiang-he committed Nov 13, 2020
1 parent 4bdaebf commit 903cd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0"
$releaseVersion = "5.5.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.4.0</version>
<version>5.5.0</version>
<title>Dropbox v2 API</title>
<authors>Dropbox</authors>
<owners>Dropbox</owners>
Expand Down

0 comments on commit 903cd83

Please sign in to comment.