Skip to content

Commit

Permalink
bumped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cburnette committed Jan 19, 2017
1 parent 5236b0d commit 648d3c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Box.V2.Core/Box.V2.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package >
<metadata>
<id>Box.V2.Core</id>
<version>2.13.0</version>
<version>2.14.0</version>
<title>Box Windows SDK V2 Core</title>
<authors>Box, Inc.</authors>
<owners>Box, Inc.</owners>
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows SDK for v2 of the Box API. The SDK is built for .NET Core.</description>
<releaseNotes>This release brings the SDK up to 100% coverage of existing public Box API endpoints.</releaseNotes>
<releaseNotes>Adds support for single file collaborations. Fixes issue with rate limit error on file upload. Adds ResponseHeaders field to BoxException.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Box.V2.Core/project.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Box.V2/Box.V2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package >
<metadata>
<id>Box.V2</id>
<version>2.13.0</version>
<version>2.14.0</version>
<title>Box Windows SDK V2</title>
<authors>Box, Inc.</authors>
<owners>Box, Inc.</owners>
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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</description>
<releaseNotes>This release brings the SDK up to 100% coverage of existing public Box API endpoints.</releaseNotes>
<releaseNotes>Adds support for single file collaborations. Fixes issue with rate limit error on file upload. Adds ResponseHeaders field to BoxException.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Box.V2/Config/BoxConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Instantiates a Box config with all of the standard defaults
Expand Down

0 comments on commit 648d3c4

Please sign in to comment.