diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index e6cebdf1e..003eb65b8 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -3,14 +3,14 @@ Box.V2 for .Net Core Box.V2.Core - 3.13.0 + 3.13.1 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 Apache-2.0 false Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support. - See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3130 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3131 Copyright 2019 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard1.6 diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 947074b3b..3863d7a8b 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 3.13.0 + 3.13.1 Box Windows SDK V2 Box, Inc. Box, Inc. @@ -10,7 +10,7 @@ Apache-2.0 false Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5 - See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3130 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3131 Copyright 2019 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index 5128e9277..2fa3fea34 100644 --- a/Box.V2/Utility/AssemblyInfo.cs +++ b/Box.V2/Utility/AssemblyInfo.cs @@ -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"; } diff --git a/CHANGELOG.md b/CHANGELOG.md index daf005afb..a01d0b15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -15,7 +19,7 @@ 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` @@ -23,26 +27,27 @@ - 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 @@ -50,53 +55,53 @@ - 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