Skip to content

Commit 09c9177

Browse files
authored
update v3.0.1, update README (#106)
1 parent 0b4872c commit 09c9177

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Bynder/Sdk/Bynder.Sdk.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
5-
<FileVersion>3.0.0.0</FileVersion>
4+
<AssemblyVersion>3.0.1.0</AssemblyVersion>
5+
<FileVersion>3.0.1.0</FileVersion>
66
<Company>Bynder</Company>
77
<Product>Bynder.Sdk</Product>
88
<Copyright>Copyright © Bynder</Copyright>
99
<PackOnBuild>true</PackOnBuild>
10-
<PackageVersion>3.0.0</PackageVersion>
10+
<PackageVersion>3.0.1</PackageVersion>
1111
<Authors>BynderDevops</Authors>
1212
<Description>The main goal of this SDK is to speed up the integration of Bynder customers who use C# making it easier to connect to the Bynder API (http://docs.bynder.apiary.io/) and executing requests on it.</Description>
1313
<PackageIcon>BynderLogo.png</PackageIcon>
@@ -17,7 +17,7 @@
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1818
<Owners>BynderDevops</Owners>
1919
<PackageProjectUrl>https://github.com/Bynder/bynder-c-sharp-sdk</PackageProjectUrl>
20-
<PackageReleaseNotes>Support for .NET 8. Added ability to delete assets, view/modify tags, modify date published and remove metaproperty values for assets and find assets. Bug fixes for asset type, width/height for Powerpoint files and unintentional archive/isPublic changes.</PackageReleaseNotes>
20+
<PackageReleaseNotes>Using Stream instead of FileStream to upload assets</PackageReleaseNotes>
2121
<Summary>The main goal of this SDK is to speed up the integration of Bynder customers who use C# making it easier to connect to the Bynder API (http://docs.bynder.apiary.io/) and executing requests on it.</Summary>
2222
<PackageTags>Bynder API C# SDK</PackageTags>
2323
<Title>Bynder.Sdk</Title>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Access code is then provided to terminal prompt to retrieve an access token for
8080

8181
#### Setting up .NET (dotnet) and building the project
8282

83-
Make sure you have .NET 5.0 set up and installed. If you are developing on a Mac OS, the fastest method is to download the C# Dev Kit in Visual Studio Code and download .NET 5.0 from https://dotnet.microsoft.com/en-us/download/dotnet/5.0.
83+
Make sure you have .NET 8.0 set up and installed. If you are developing on a Mac OS, the fastest method is to download the C# Dev Kit in Visual Studio Code and download .NET 8.0 from https://dotnet.microsoft.com/en-us/download/dotnet/8.0.
8484

8585
From `Bynder/Sample` directory, the project can be built using command from `Bynder.Sample.csproj`:
8686
```bash

0 commit comments

Comments
 (0)