File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >Box.V2 for .Net Core</Description >
55 <AssemblyTitle >Box.V2.Core</AssemblyTitle >
6- <Version >3.24 .0</Version >
6+ <Version >3.25 .0</Version >
77 <Authors >Box, Inc.</Authors >
88 <Owners >Box, Inc.</Owners >
99 <PackageProjectUrl >https://github.com/box/box-windows-sdk-v2</PackageProjectUrl >
1010 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1111 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1212 <PackageDescription >Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support.</PackageDescription >
13- <PackageReleaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3240 -2020-07-21 </PackageReleaseNotes >
13+ <PackageReleaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3250 -2020-10-19 </PackageReleaseNotes >
1414 <Copyright >Copyright 2020</Copyright >
1515 <PackageTags >Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management</PackageTags >
1616 <TargetFramework >netstandard1.6</TargetFramework >
Original file line number Diff line number Diff line change 270270 <None Include =" packages.config" />
271271 </ItemGroup >
272272 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
273- </Project >
273+ </Project >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >Box.V2</id >
5- <version >3.24 .0</version >
5+ <version >3.25 .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 <license type =" expression" >Apache-2.0</license >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5</description >
13- <releaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3240 -2020-07-21 </releaseNotes >
13+ <releaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3250 -2020-10-19 </releaseNotes >
1414 <copyright >Copyright 2020</copyright >
1515 <tags >Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags >
1616 </metadata >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ internal class AssemblyInfo
55 public const string AssemblyTitle = "Box.V2" ;
66 public const string AssemblyProduct = "Box.V2" ;
77
8- public const string NuGetVersion = "3.24 .0" ;
8+ public const string NuGetVersion = "3.25 .0" ;
99 public const string AssemblyVersion = "1.0.0.0" ;
1010 public const string AssemblyFileVersion = "1.0.0.0" ;
1111 }
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Next Release
3+ ## 3.25.0 [ 2020-10-19 ]
44
55** New Features and Enhancements:**
66
You can’t perform that action at this time.
0 commit comments