Skip to content

Commit

Permalink
v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Willer committed Feb 21, 2019
1 parent 19372ab commit 6aa85e1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Box.V2.Core/Box.V2.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<Description>Box.V2 for .Net Core</Description>
<AssemblyTitle>Box.V2.Core</AssemblyTitle>
<Version>3.13.0</Version>
<Version>3.13.1</Version>
<Authors>Box, Inc.</Authors>
<Owners>Box, Inc.</Owners>
<PackageProjectUrl>https://github.com/box/box-windows-sdk-v2</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageDescription>Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support.</PackageDescription>
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3130</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3131</PackageReleaseNotes>
<Copyright>Copyright 2019</Copyright>
<PackageTags>Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management</PackageTags>
<TargetFramework>netstandard1.6</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions Box.V2/Box.V2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>Box.V2</id>
<version>3.13.0</version>
<version>3.13.1</version>
<title>Box Windows SDK V2</title>
<authors>Box, Inc.</authors>
<owners>Box, Inc.</owners>
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5</description>
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3130</releaseNotes>
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3131</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Box.V2/Utility/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ internal class AssemblyInfo
public const string AssemblyTitle = "Box.V2";
public const string AssemblyProduct = "Box.V2";

public const string NuGetVersion = "3.13.0";
public const string NuGetVersion = "3.13.1";
public const string AssemblyVersion = "1.0.0.0";
public const string AssemblyFileVersion = "1.0.0.0";
}
Expand Down
41 changes: 23 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## 3.13.0
## 3.13.1 [2019-02-21]

- Fixed an issue where some objects related to Events did not have their `.Id` property correctly deserialized from JSON

## 3.13.0 [2019-02-14]

- Added the `.InviteEmail` property to `BoxCollaboration` objects, which displays the email address for the invited
user in a pending collaboration
- Added `.Timezone`, `.IsExternalCollabRestricted`, `.Tags`, and `.Hostname` properties to `BoxUser` objects

## 3.12.0
## 3.12.0 [2019-02-07]

- Added `client.FilesManager.GetCollaborationsCollectionAsync()` and deprecated
`client.FilesManager.GetCollaborationsAsync()` to enable paging through the entire
Expand All @@ -15,88 +19,89 @@
and `client.WebLinksManager.DeleteSharedLinkAsync()`
- Added `client.UsersManager.GetUserAvatarAsync()` for retrieving a user's avatar image

## 3.11.0
## 3.11.0 [2019-01-17]

- Added support for reading and writing more Group fields
- Fixed an issue where the `UnsharedAt` field of a shared link could not be set to `null`
- Fixed renaming a file on new version upload
- Added the ability to set the content modification timestamp on file version upload
- Fixed issues around reading the source of an event when the source item is a web link

## 3.10.0
## 3.10.0 [2018-12-14]

- Added support for Metadata Cascade Policies

## 3.9.3
## 3.9.3 [2018-09-04]

- Strong named the assembly.

## 3.9.2
## 3.9.2 [2018-06-14]

- Added support for [setting flag](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Models/Request/BoxFolderRequest.cs#L39) allowing non owners of a folder to invite collaborators.

## 3.9.1
## 3.9.1 [2018-06-07]

- Fixed bug where Xamarin applications would run out of connections

## 3.9.0
## 3.9.0 [2018-05-10]

- Added support for Storage Policies

## 3.8.0
## 3.8.0 [2018-04-30]

- Fixed an issue where users could not create `BoxClient` on Xamarin
- Added `File` property to `BoxLock` objects in events
- Added `MetadataManager.DeleteMetadataTemplate(string scope, string template)` for deleting a Metadata template
- Made API URLs modifiable in `BoxConfig`
- Improved API response error objects/messages

## 3.7.0
## 3.7.0 [2018-04-10]

- Added support for assigning a Retention Policy to a metadata template
- Added `CONTENT_ACCESS` event type to enum

## 3.6.0
## 3.6.0 [2018-03-27]

- Fixed an issue where a "Security protocol not supported" exception could be thrown on MacOS
- Added `client.FilesManager.GetRepresentationContentAsync()` for fetching a stream over representation contents
- Fixed parsing of some `Source` objects on `BoxEvent` objects

## 3.5.2
## 3.5.2 [2018-03-21]

- Switched to exponential backoff when the SDK receives a rate limit or server error response.
- Force support for TLSv1.1 or higher when available to improve the security of connections to the Box API.
- Perform modified retry on JWT auth for when the local clock and the Box Server clock are not aligned as well as if the JWT ID has already been consumed.
- Made `name` parameter optional on `RestoreTrashedAsync()`.

## 3.4.2
## 3.4.2 [2018-01-31]

- Deprecated `uploadFileVersionUsingSessionAsync()`(which returned just a Box File Version) in favor of `uploadNewVersionUsingSessionAsync()`(which returns the entire Box File object containing the Box File Version).
- Added support for OAuth2 access token creation type to the AdminEventTypesEnum
- Added `ExpiresAt` param to `BoxCollaborationRequest`.

## 3.4.1
## 3.4.1 [2018-01-09]

- Added support for [Collaboration Whitelist](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxCollaborationWhitelistManager.cs) endpoint
- Added [Event Types Enum](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Config/Constants.cs#L287)
- Fixed deserialization issue with BoxRepresentationStatus (#429)

## 3.3.0
## 3.3.0 [2017-11-22]

- Added support for [Terms of Service](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxTermsOfServiceManager.cs) endpoint
- Added support for [Metadata Template ID](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxMetadataManager.cs#L175) endpoint
- Added missing fields for Folder Model (#414)

## 3.2.0
## 3.2.0 [2017-10-04]

- Added support for [Representations](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxFilesManager.cs#L1216) endpoint
- Added support for [Chunked Upload New File Version](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxFilesManager.cs#L423)
- Fixed BoxEventsManager DateTime formatter (#400)

## 3.1.0
## 3.1.0 [2017-08-18]

- Added Unified Metadata Support (#379)

## 3.0.0
## 3.0.0 [2017-07-28]

- Major version bump to 3, targeting net45
- Upgrading the whole sln to vs2017
Expand Down

0 comments on commit 6aa85e1

Please sign in to comment.