Skip to content

Commit a48e862

Browse files
author
Qiming Yuan
committed
Update specs.
1 parent 9e682f7 commit a48e862

File tree

328 files changed

+52540
-12120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+52540
-12120
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.6.0"
24+
$releaseVersion = "4.7.0"
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,7 +18,7 @@
1818
[assembly: AssemblyCulture("")]
1919

2020
[assembly: AssemblyVersion("4.0.0")]
21-
[assembly: AssemblyFileVersion("4.0.6535")]
21+
[assembly: AssemblyFileVersion("4.0.6562")]
2222

2323
#if DEBUG
2424
[assembly: InternalsVisibleTo("Dropbox.Api.Tests")]

dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.Doc.csproj

Lines changed: 286 additions & 17 deletions
Large diffs are not rendered by default.

dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.Portable.csproj

Lines changed: 286 additions & 17 deletions
Large diffs are not rendered by default.

dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.Portable40.csproj

Lines changed: 286 additions & 17 deletions
Large diffs are not rendered by default.

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

Lines changed: 286 additions & 17 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 20 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.6.0</version>
5+
<version>4.7.0</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>
@@ -13,25 +13,11 @@
1313
<description>Portable class library for accessing the Dropbox v2 API</description>
1414
<releaseNotes>
1515
What's New:
16-
- OAuth 2
17-
- Add force_reauthentication parameter.
18-
- Common
19-
- Add support for Dropbox-Api-Path-Root header.
20-
- FileProperties
21-
- Add new routes for template operations.
22-
- Add new routes for search.
23-
- Files
24-
- Add IncludePropertyGroups field to GetMetadataArg and ListFolderArg.
25-
- Add PropertyGroups field to CommitInfo.
26-
- Team
27-
- Add MemberSpaceLimitsExcludedUsers routes.
28-
- TeamPolicies
29-
- Add SmartSyncPolicy.
30-
- Users
31-
- Add RootInfo fields to FullAccount.
32-
33-
Bug Fixes:
34-
- Fix a bug when serializing nested union.
16+
- files
17+
- Add download_zip endpoint
18+
- Add properties_error to UploadError
19+
- team_log
20+
- Add more event types
3521
</releaseNotes>
3622
<copyright>Copyright (c) Dropbox Inc. 2016</copyright>
3723
<tags>Dropbox Api</tags>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Common/RootInfo.cs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ public class RootInfo
3232
/// <summary>
3333
/// <para>Initializes a new instance of the <see cref="RootInfo" /> class.</para>
3434
/// </summary>
35-
/// <param name="rootNamespaceId">The namespace id for user's root namespace. It will
36-
/// be the namespace id of the shared team root if the user is member of a CDM team.
37-
/// Otherwise it will be same as <see
35+
/// <param name="rootNamespaceId">The namespace ID for user's root namespace. It will
36+
/// be the namespace ID of the shared team root if the user is member of a team with a
37+
/// separate team root. Otherwise it will be same as <see
3838
/// cref="Dropbox.Api.Common.RootInfo.HomeNamespaceId" />.</param>
39-
/// <param name="homeNamespaceId">The namespace id for user's home namespace.</param>
39+
/// <param name="homeNamespaceId">The namespace ID for user's home namespace.</param>
4040
protected RootInfo(string rootNamespaceId,
4141
string homeNamespaceId)
4242
{
@@ -117,14 +117,15 @@ public UserRootInfo AsUser
117117
}
118118

119119
/// <summary>
120-
/// <para>The namespace id for user's root namespace. It will be the namespace id of
121-
/// the shared team root if the user is member of a CDM team. Otherwise it will be same
122-
/// as <see cref="Dropbox.Api.Common.RootInfo.HomeNamespaceId" />.</para>
120+
/// <para>The namespace ID for user's root namespace. It will be the namespace ID of
121+
/// the shared team root if the user is member of a team with a separate team root.
122+
/// Otherwise it will be same as <see
123+
/// cref="Dropbox.Api.Common.RootInfo.HomeNamespaceId" />.</para>
123124
/// </summary>
124125
public string RootNamespaceId { get; protected set; }
125126

126127
/// <summary>
127-
/// <para>The namespace id for user's home namespace.</para>
128+
/// <para>The namespace ID for user's home namespace.</para>
128129
/// </summary>
129130
public string HomeNamespaceId { get; protected set; }
130131

dropbox-sdk-dotnet/Dropbox.Api/Generated/Common/TeamRootInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Dropbox.Api.Common
1111
using enc = Dropbox.Api.Stone;
1212

1313
/// <summary>
14-
/// <para>Root info when user is member of a CDM team.</para>
14+
/// <para>Root info when user is member of a team with a separate root namespace ID.</para>
1515
/// </summary>
1616
/// <seealso cref="Global::Dropbox.Api.Common.RootInfo" />
1717
public class TeamRootInfo : RootInfo
@@ -31,11 +31,11 @@ public class TeamRootInfo : RootInfo
3131
/// <summary>
3232
/// <para>Initializes a new instance of the <see cref="TeamRootInfo" /> class.</para>
3333
/// </summary>
34-
/// <param name="rootNamespaceId">The namespace id for user's root namespace. It will
35-
/// be the namespace id of the shared team root if the user is member of a CDM team.
36-
/// Otherwise it will be same as <see
34+
/// <param name="rootNamespaceId">The namespace ID for user's root namespace. It will
35+
/// be the namespace ID of the shared team root if the user is member of a team with a
36+
/// separate team root. Otherwise it will be same as <see
3737
/// cref="Dropbox.Api.Common.RootInfo.HomeNamespaceId" />.</param>
38-
/// <param name="homeNamespaceId">The namespace id for user's home namespace.</param>
38+
/// <param name="homeNamespaceId">The namespace ID for user's home namespace.</param>
3939
/// <param name="homePath">The path for user's home directory under the shared team
4040
/// root.</param>
4141
public TeamRootInfo(string rootNamespaceId,

dropbox-sdk-dotnet/Dropbox.Api/Generated/Common/UserRootInfo.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ namespace Dropbox.Api.Common
1111
using enc = Dropbox.Api.Stone;
1212

1313
/// <summary>
14-
/// <para>Root info when user is not member of a CDM team.</para>
14+
/// <para>Root info when user is not member of a team or the user is a member of a team and
15+
/// the team does not have a separate root namespace.</para>
1516
/// </summary>
1617
/// <seealso cref="Global::Dropbox.Api.Common.RootInfo" />
1718
public class UserRootInfo : RootInfo
@@ -31,11 +32,11 @@ public class UserRootInfo : RootInfo
3132
/// <summary>
3233
/// <para>Initializes a new instance of the <see cref="UserRootInfo" /> class.</para>
3334
/// </summary>
34-
/// <param name="rootNamespaceId">The namespace id for user's root namespace. It will
35-
/// be the namespace id of the shared team root if the user is member of a CDM team.
36-
/// Otherwise it will be same as <see
35+
/// <param name="rootNamespaceId">The namespace ID for user's root namespace. It will
36+
/// be the namespace ID of the shared team root if the user is member of a team with a
37+
/// separate team root. Otherwise it will be same as <see
3738
/// cref="Dropbox.Api.Common.RootInfo.HomeNamespaceId" />.</param>
38-
/// <param name="homeNamespaceId">The namespace id for user's home namespace.</param>
39+
/// <param name="homeNamespaceId">The namespace ID for user's home namespace.</param>
3940
public UserRootInfo(string rootNamespaceId,
4041
string homeNamespaceId)
4142
: base(rootNamespaceId, homeNamespaceId)

0 commit comments

Comments
 (0)