Skip to content

Commit de96458

Browse files
authored
Bump version to 5.6.0 (#190)
1 parent 25d8393 commit de96458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $nugetPath = "$nugetDir\nuget.exe"
1919
$nugetSpecPath = "$sourceDir\Dropbox.Api.nuspec"
2020
$docBuildPath = Resolve-Path "doc\StoneDocs.shfbproj"
2121
$majorVersion = "5.0"
22-
$releaseVersion = "5.5.0"
22+
$releaseVersion = "5.6.0"
2323
$assemblyInfoPath = "$sourceDir\AppProperties\AssemblyInfo.cs"
2424
$signKeyPath = "$sourceDir\dropbox_api_key.snk"
2525
$releaseNotes = @'

dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Dropbox.Api</id>
5-
<version>5.5.0</version>
5+
<version>5.6.0</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox</authors>
88
<owners>Dropbox</owners>

0 commit comments

Comments
 (0)