diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 650f0ed81..3c5268f82 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -3,13 +3,13 @@ Box.V2 for .Net Core Box.V2.Core - 3.8.0 + 3.9.0 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 false Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support. - Added support for deleting metadata templates. Made API URLs modifiable in BoxConfig. Improved API response error objects. + Added support for Storage Policies. Copyright 2018 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 5cea615e4..cbd37fd24 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,14 +2,14 @@ Box.V2 - 3.8.0 + 3.9.0 Box Windows SDK V2 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 false Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5 - Added support for deleting metadata templates. Made API URLs modifiable in BoxConfig. Improved API response error objects. + Added support for Storage Policies. Copyright 2018 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index 77aff9f4c..e870cedef 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.8.0"; + public const string NuGetVersion = "3.9.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 bfda0157b..fa8724585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.9.0 + +- Added support for Storage Policies + ## 3.8.0 - Fixed an issue where users could not create `BoxClient` on Xamarin