Skip to content

Commit 3459961

Browse files
authored
Update v3.0.0 (#102)
* update to v3.0.0 * add release notes for v3.0.0
1 parent 08998cc commit 3459961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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>2.2.12.0</AssemblyVersion>
5-
<FileVersion>2.2.12.0</FileVersion>
4+
<AssemblyVersion>3.0.0.0</AssemblyVersion>
5+
<FileVersion>3.0.0.0</FileVersion>
66
<Company>Bynder</Company>
77
<Product>Bynder.Sdk</Product>
88
<Copyright>Copyright © Bynder</Copyright>
99
<PackOnBuild>true</PackOnBuild>
10-
<PackageVersion>2.2.12</PackageVersion>
10+
<PackageVersion>3.0.0</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>Fixes the data-type for property representing active focus point in the original media item.</PackageReleaseNotes>
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>
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>

0 commit comments

Comments
 (0)