Skip to content

Commit

Permalink
Version 2.2.4 -> 2.2.5 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huib Piguillet authored Sep 7, 2021
1 parent 9c1ced4 commit cbaea26
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Bynder/Sdk/Bynder.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>Bynder.Sdk</Product>
<Copyright>Copyright © Bynder</Copyright>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>2.2.4</PackageVersion>
<PackageVersion>2.2.5</PackageVersion>
<Authors>BynderDevops</Authors>
<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>
<PackageIconUrl>https://bynder.com/static/3.0/img/favicon-black.ico</PackageIconUrl>
Expand All @@ -16,12 +16,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Owners>BynderDevops</Owners>
<PackageProjectUrl>https://github.com/Bynder/bynder-c-sharp-sdk</PackageProjectUrl>
<PackageReleaseNotes>Adds some missing API calls:
Task&lt;Metaproperty&gt; GetMetapropertyAsync(MetapropertiesQuery query);
Task&lt;List&lt;String&gt;&gt; GetMetapropertyDependenciesAsync(MetapropertiesQuery query);
Task&lt;List&lt;Tag&gt;&gt; GetTagsAsync(TagsQuery query);
Task&lt;Status&gt; AddTagToMediaAsync(AddTagToMediaQuery query);
Fixed an incorrect type in the media response body (issue #48).</PackageReleaseNotes>
<PackageReleaseNotes>Downgraded .NET standard from 2.1 back to 2.0, to ensure compatibility with .NET framework.</PackageReleaseNotes>
<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>
<PackageTags>Bynder API C# SDK</PackageTags>
<Title>Bynder.Sdk</Title>
Expand Down

0 comments on commit cbaea26

Please sign in to comment.