Skip to content

Commit 34fcb37

Browse files
author
Qiming Yuan
committed
Update specs.
1 parent 2539805 commit 34fcb37

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
@@ -21,7 +21,7 @@ $generatorPath = "$generatorDir\csharp.stoneg.py"
2121
$generatorArgs = @("-m", "stone.cli", "-a:all", $generatorPath, $sourceDir)
2222
$docBuildPath = Resolve-Path "doc\StoneDocs.shfbproj"
2323
$majorVersion = "4.0"
24-
$releaseVersion = "4.5.0"
24+
$releaseVersion = "4.5.1"
2525
$assemblyInfoPath = "$sourceDir\AppProperties\AssemblyInfo.cs"
2626
$signKeyPath = "$sourceDir\dropbox_api_key.snk"
2727

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>4.5.0</version>
5+
<version>4.5.1</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>

0 commit comments

Comments
 (0)