Skip to content

Commit 69fc1e3

Browse files
author
Qiming Yuan
committed
Fix target framwork for wp81 app.
1 parent fa9265c commit 69fc1e3

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
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.4.0"
24+
$releaseVersion = "4.4.1"
2525
$assemblyInfoPath = "$sourceDir\AppProperties\AssemblyInfo.cs"
2626
$signKeyPath = "$sourceDir\dropbox_api_key.snk"
2727

dropbox-sdk-dotnet/Dropbox.Api/AppProperties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
[assembly: AssemblyCulture("")]
1919

2020
[assembly: AssemblyVersion("4.0.0")]
21-
[assembly: AssemblyFileVersion("4.0.6472")]
21+
[assembly: AssemblyFileVersion("4.0.6485")]

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Dropbox.Api</id>
5-
<version>4.4.0</version>
5+
<version>4.4.1</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>
@@ -12,15 +12,8 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Portable class library for accessing the Dropbox v2 API</description>
1414
<releaseNotes>
15-
What's new:
16-
- FileProperties:
17-
- New routes and structs for file properties and templates API functionality.
18-
- FileRequests:
19-
- New routes and structs for file requests API functionality.
20-
- Files:
21-
- Deprecate preview routes for file properties.
22-
- Properties:
23-
- Removed in favor of FileProperties namespace.
15+
Bug fixes:
16+
- Fix framework target for wp81 app.
2417

2518
</releaseNotes>
2619
<copyright>Copyright (c) Dropbox Inc. 2016</copyright>
@@ -29,7 +22,7 @@ What's new:
2922
<group targetFramework="net45">
3023
<dependency id="Newtonsoft.Json" version="7.0.1" />
3124
</group>
32-
<group targetFramework="portable-net45+wp80+win8+wpa81">
25+
<group targetFramework="portable-net45+win8+wpa81">
3326
<dependency id="Newtonsoft.Json" version="7.0.1" />
3427
</group>
3528
<group targetFramework="portable-net40+sl5+wp80+win8+wpa81">
@@ -42,8 +35,8 @@ What's new:
4235
<files>
4336
<file src="bin\Release\net45\Dropbox.Api.dll" target="lib\net45\Dropbox.Api.dll" />
4437
<file src="bin\Release\net45\Dropbox.Api.xml" target="lib\net45\Dropbox.Api.xml" />
45-
<file src="bin\Release\portable\Dropbox.Api.dll" target="lib\portable-net45+wp80+win8+wpa81+dnxcore50\Dropbox.Api.dll" />
46-
<file src="bin\Release\portable\Dropbox.Api.xml" target="lib\portable-net45+wp80+win8+wpa81+dnxcore50\Dropbox.Api.xml" />
38+
<file src="bin\Release\portable\Dropbox.Api.dll" target="lib\portable-net45+win8+wpa81\Dropbox.Api.dll" />
39+
<file src="bin\Release\portable\Dropbox.Api.xml" target="lib\portable-net45+win8+wpa81\Dropbox.Api.xml" />
4740
<file src="bin\Release\portable40\Dropbox.Api.dll" target="lib\portable-net40+sl5+wp80+win8+wpa81\Dropbox.Api.dll" />
4841
<file src="bin\Release\portable40\Dropbox.Api.xml" target="lib\portable-net40+sl5+wp80+win8+wpa81\Dropbox.Api.xml" />
4942
</files>

0 commit comments

Comments
 (0)