We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdaebf commit 903cd83Copy full SHA for 903cd83
buildall.ps1
@@ -19,7 +19,7 @@ $nugetPath = "$nugetDir\nuget.exe"
19
$nugetSpecPath = "$sourceDir\Dropbox.Api.nuspec"
20
$docBuildPath = Resolve-Path "doc\StoneDocs.shfbproj"
21
$majorVersion = "5.0"
22
-$releaseVersion = "5.4.0"
+$releaseVersion = "5.5.0"
23
$assemblyInfoPath = "$sourceDir\AppProperties\AssemblyInfo.cs"
24
$signKeyPath = "$sourceDir\dropbox_api_key.snk"
25
$releaseNotes = @'
dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>Dropbox.Api</id>
5
- <version>5.4.0</version>
+ <version>5.5.0</version>
6
<title>Dropbox v2 API</title>
7
<authors>Dropbox</authors>
8
<owners>Dropbox</owners>
0 commit comments