Skip to content

Commit a48875b

Browse files
authored
Update to version 5.3.0 with spec update (#172)
1 parent 0986b77 commit a48875b

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.2.0"
22+
$releaseVersion = "5.3.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.2.0</version>
5+
<version>5.3.0</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox</authors>
88
<owners>Dropbox</owners>

0 commit comments

Comments
 (0)