|
2 | 2 | <package> |
3 | 3 | <metadata> |
4 | 4 | <id>Dropbox.Api</id> |
5 | | - <version>5.0.0</version> |
| 5 | + <version>5.1.0</version> |
6 | 6 | <title>Dropbox v2 API</title> |
7 | 7 | <authors>Dropbox Inc</authors> |
8 | 8 | <owners>Dropbox Inc</owners> |
9 | | - <licenseUrl>https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/LICENSE</licenseUrl> |
| 9 | + <license type="expression">MIT</license> |
10 | 10 | <projectUrl>https://www.dropbox.com/developers</projectUrl> |
11 | | - <iconUrl>https://cf.dropboxstatic.com/static/images/icons/blue_dropbox_glyph.png</iconUrl> |
| 11 | + <icon>images\icon.png</icon> |
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
13 | 13 | <description>Portable class library for accessing the Dropbox v2 API</description> |
14 | 14 | <releaseNotes> |
15 | 15 | Change Notes: |
16 | | -- Move officially supported versions to Net45 and NetStandard2.0 |
17 | | -- Migrate from VS2015 to VS2017 build system |
18 | | -- Move all build targets into single CSProj file |
19 | | - |
20 | | -- Add support for PKCE oauth flow |
21 | | -- Add PKCE Oauth Example |
22 | | -- Add System.Security.Cryptography as dependency |
23 | | - |
24 | | -(49cee186b12822462483dbca08dfb1335f55efbf) |
25 | | -Files Namespace |
26 | | - - Add internal_error to SearchError union. |
27 | | - - Add locked to LookupError union. |
28 | | - - Add cant_move_into_vault to RelocationError union. |
29 | | - - Add MoveIntoVaultError union. |
30 | | - - Add SearchMatchFieldOptions struct. |
31 | | - - Add optional match_field_options to SearchV2Arg struct. |
32 | | - - Doc/example changes. |
33 | | - |
34 | | -Sharing Namespace |
35 | | - - Add is_vault to SharePathError union. |
36 | | - - Add invalid_shared_folder to AddFolderMemberError union. |
37 | | - |
38 | | -Team Namespace |
39 | | - - Make members field of LegalHoldsPolicyUpdateArg struct optional. |
40 | | - - Add app_folder_removal_not_supported to RevokeLinkedAppError union. |
41 | | - - Doc/example changes. |
42 | | - |
43 | | -Team Log Namespace |
44 | | - - Add auto_approve to InviteMethod union. |
45 | | - - Add moved_from_another_team to InviteMethod union. |
46 | | - - Add moved_from_another_team to MemberStatus union. |
47 | | - - Add no_one to SharedLinkVisibility union. |
48 | | - - Add optional new_team to MemberChangeStatusDetails struct. |
49 | | - - Add optional previous_team to MemberChangeStatusDetails struct. |
50 | | - - Add external_sharing_create_report_details to EventDetails union. |
51 | | - - Add external_sharing_report_failed to EventDetails union. |
52 | | - - Add content_administration_policy_changed_details to EventDetails |
53 | | -union. |
54 | | - - Add external_sharing_create_report to EventType union. |
55 | | - - Add external_sharing_report_failed to EventType union. |
56 | | - - Add content_administration_policy_changed to EventType union. |
57 | | - - Add send_for_signature_policy_changed_details to EventDetails union. |
58 | | - - Add external_sharing_create_report to EventTypeArgs union. |
59 | | - - Add external_sharing_report_failed to EventTypeArgs union. |
60 | | - - Add content_administration_policy_changed to EventTypeArgs union. |
61 | | - - Add send_for_signature_policy_changed to EventTypeArgs union. |
62 | | - - Add SendForSignaturePolicy union. |
63 | | - - Add ExternalSharingCreateReportDetails struct. |
64 | | - - Add ExternalSharingReportFailedDetails struct. |
65 | | - - Add ContentAdministrationPolicyChangedDetails struct. |
66 | | - - Add SendForSignaturePolicyChangedDetails struct. |
67 | | - - Add ExternalSharingCreateReportType struct. |
68 | | - - Add ExternalSharingReportFailedType struct. |
69 | | - - Add ContentAdministrationPolicyChangedType struct. |
70 | | - - Add SendForSignaturePolicyChangedType struct. |
| 16 | +- Fix bug to add support for short-lived tokens to team client |
| 17 | +- Fix typo in DropboxRequestHandler |
71 | 18 | </releaseNotes> |
72 | 19 | <copyright>Copyright (c) Dropbox Inc. 2016</copyright> |
73 | 20 | <tags>Dropbox Api</tags> |
|
81 | 28 | </dependencies> |
82 | 29 | </metadata> |
83 | 30 | <files> |
| 31 | + <file src="..\..\icon.png" target="images\" /> |
84 | 32 | <file src="bin\Release\net45\Dropbox.Api.dll" target="lib\net45\Dropbox.Api.dll" /> |
85 | 33 | <file src="bin\Release\net45\Dropbox.Api.xml" target="lib\net45\Dropbox.Api.xml" /> |
86 | 34 | <file src="bin\Release\netstandard2.0\Dropbox.Api.dll" target="lib\netstandard2.0\Dropbox.Api.dll" /> |
|
0 commit comments