Skip to content

Commit 78db8e7

Browse files
committed
updated for version release
1 parent 8a6e455 commit 78db8e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Box.V2/Box.V2.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package >
33
<metadata>
44
<id>Box.V2</id>
5-
<version>2.6.2</version>
5+
<version>2.7.0</version>
66
<title>Box Windows SDK V2</title>
77
<authors>Box, Inc.</authors>
88
<owners>Box, Inc.</owners>
99
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<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>
12-
<releaseNotes>Fixes issue with Retention Policy creation and retrieval.</releaseNotes>
12+
<releaseNotes>Adds support for retrieving Enterprise Events</releaseNotes>
1313
<copyright>Copyright 2015</copyright>
1414
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
1515
</metadata>

Box.V2/Config/BoxConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Box.V2.Config
77
{
88
public class BoxConfig : IBoxConfig
99
{
10-
private const string DefaultUserAgent = "Box Windows SDK v2.6.1";
10+
private const string DefaultUserAgent = "Box Windows SDK v2.7.0";
1111

1212
/// <summary>
1313
/// Instantiates a Box config with all of the standard defaults

0 commit comments

Comments
 (0)