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 >
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