diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 33f6588c6..4c1475273 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.9.1 + 3.9.2 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 bug where Xamarin applications would run out of connections. + Added support for setting a flag allowing non owners of a folder to invite collaborators. 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 b5af5deaa..4eca3f322 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,14 +2,14 @@ Box.V2 - 3.9.1 + 3.9.2 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 bug where Xamarin applications would run out of connections. + Added support for setting a flag allowing non owners of a folder to invite collaborators. 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 bdd386959..a2fa56301 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.9.1"; + public const string NuGetVersion = "3.9.2"; public const string AssemblyVersion = "1.0.0.0"; public const string AssemblyFileVersion = "1.0.0.0"; }