diff --git a/Box.V2.Core/Box.V2.Core.nuspec b/Box.V2.Core/Box.V2.Core.nuspec index 791665072..96fea5e95 100644 --- a/Box.V2.Core/Box.V2.Core.nuspec +++ b/Box.V2.Core/Box.V2.Core.nuspec @@ -2,14 +2,14 @@ Box.V2.Core - 2.13.0 + 2.14.0 Box Windows SDK V2 Core 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. - This release brings the SDK up to 100% coverage of existing public Box API endpoints. + Adds support for single file collaborations. Fixes issue with rate limit error on file upload. Adds ResponseHeaders field to BoxException. Copyright 2016 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2.Core/project.json b/Box.V2.Core/project.json index 1614d1b17..d5ceefb5c 100644 --- a/Box.V2.Core/project.json +++ b/Box.V2.Core/project.json @@ -1,6 +1,6 @@ { "title": "Box.V2.Core", - "version": "2.13.0", + "version": "2.14.0", "dependencies": { "NETStandard.Library": "1.6.0", "Newtonsoft.Json": "9.0.1", diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 879db1b89..beb71654a 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,14 +2,14 @@ Box.V2 - 2.13.0 + 2.14.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 built upon the Portable Class Library and targets the following frameworks: .NET for Windows Store apps, .NET Framework 4.0, Silverlight 4 and higher, Windows Phone 7.5 and higher - This release brings the SDK up to 100% coverage of existing public Box API endpoints. + Adds support for single file collaborations. Fixes issue with rate limit error on file upload. Adds ResponseHeaders field to BoxException. Copyright 2016 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Config/BoxConfig.cs b/Box.V2/Config/BoxConfig.cs index ec2ff0cb2..7b4c30529 100644 --- a/Box.V2/Config/BoxConfig.cs +++ b/Box.V2/Config/BoxConfig.cs @@ -4,7 +4,7 @@ namespace Box.V2.Config { public class BoxConfig : IBoxConfig { - private const string DefaultUserAgent = "Box Windows SDK v2.13.0"; + private const string DefaultUserAgent = "Box Windows SDK v2.14.0"; /// /// Instantiates a Box config with all of the standard defaults