diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 003eb65b8..63119683b 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.1 + 3.14.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#3131 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3140 Copyright 2019 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard1.6 diff --git a/Box.V2.Samples.JWTAuth/packages.config b/Box.V2.Samples.JWTAuth/packages.config new file mode 100644 index 000000000..d49012e99 --- /dev/null +++ b/Box.V2.Samples.JWTAuth/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Box.V2.Samples.TransactionalAuth/packages.config b/Box.V2.Samples.TransactionalAuth/packages.config new file mode 100644 index 000000000..d49012e99 --- /dev/null +++ b/Box.V2.Samples.TransactionalAuth/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Box.V2.Test.Integration/packages.config b/Box.V2.Test.Integration/packages.config new file mode 100644 index 000000000..d49012e99 --- /dev/null +++ b/Box.V2.Test.Integration/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 3863d7a8b..9dcdf01bd 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 3.13.1 + 3.14.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#3131 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3140 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 2fa3fea34..044377800 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.1"; + public const string NuGetVersion = "3.14.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 a01d0b15f..f82baf3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.14.0 [2019-02-28] + +- Added trace ID to API response exception message. +- Fix deserialization of translated task assignment status. + ## 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