diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index ad6caf1c1..75dbc9842 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.18.0 + 3.19.0 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#3180 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3190 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 4dbc024de..522c918ce 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 3.18.0 + 3.19.0 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#3180 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3190 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 c354d9876..353a6fd0b 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.18.0"; + public const string NuGetVersion = "3.19.0"; 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 0704aa80f..c11ecb618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.19.0 [2019-08-29] +- Added `FILE_VERSION_RESTORE` constant to Admin Event. +- Added action_by field to Enterprise Event. +- Audited missing fields on BoxFile and BoxFolder objects. +- Better error handling and messaging for errors pertaining to OAuth2 error responses. + ## 3.18.0 [2019-06-20] - Added `sort` and `direction` parameters to `FoldersManager.GetFolderItemsAsync()` to enable