diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 10ec76384..bec344277 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.6.0 + 3.7.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. - Fixed a security protocol exception on MacOS. Added FilesManager.GetRepresentationContentAsync(). Fixed some event source parsing. + Added support for assigning a Retention Policy to a Metadata Template. 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 e2008d96c..fae4cc2e8 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,14 +2,14 @@ Box.V2 - 3.6.0 + 3.7.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 - Fixed a security protocol exception on MacOS. Added FilesManager.GetRepresentationContentAsync(). Fixed some event source parsing. + Added support for assigning a Retention Policy to a Metadata Template. 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 8b5d68713..03d253a1d 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.6.0"; + public const string NuGetVersion = "3.7.0"; public const string AssemblyVersion = "1.0.0.0"; public const string AssemblyFileVersion = "1.0.0.0"; }