Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8fe9199

Browse files
committed
Version 2.3.1.0
1 parent 05d2416 commit 8fe9199

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Api/API.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>KoenZomers.OneDrive.Api</AssemblyName>
66
<SignAssembly>true</SignAssembly>
77
<AssemblyOriginatorKeyFile>KoenZomers.OneDrive.Api.snk</AssemblyOriginatorKeyFile>
8-
<Version>2.3.0.2</Version>
8+
<Version>2.3.1.0</Version>
99
<Authors>Koen Zomers</Authors>
1010
<Company>Koen Zomers</Company>
1111
<Description>API in .NET Standard 2.0, .NET Framework 4.5.2, .NET Framework 4.7.2 and .NET Core 2.0 to communicate with OneDrive Personal and OneDrive for Business</Description>
@@ -15,6 +15,8 @@
1515
<PackageLicenseUrl>https://github.com/KoenZomers/OneDriveAPI/blob/master/LICENSE.md</PackageLicenseUrl>
1616
<Copyright>Koen Zomers</Copyright>
1717
<RootNamespace>KoenZomers.OneDrive.Api</RootNamespace>
18+
<AssemblyVersion>2.3.1.0</AssemblyVersion>
19+
<FileVersion>2.3.1.0</FileVersion>
1820
</PropertyGroup>
1921

2022
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">

Api/KoenZomers.OneDrive.Api.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ https://www.nuget.org/packages/KoenZomers.OneDrive.Api
6767

6868
## Version History
6969

70+
2.3.1.0 - October 27, 2019
71+
72+
- Merged [PR 20](https://github.com/KoenZomers/OneDriveAPI/pull/20) to allow for providing a client secret with the OneDrive Graph API
73+
7074
2.3.0.2 - May 16, 2019
7175

7276
- Fixed a bug when uploading files larger than 5 MB throwing an exception stating that the oneDriveUploadSession is NULL

0 commit comments

Comments
 (0)