Skip to content

Commit

Permalink
System.text.json update (#39)
Browse files Browse the repository at this point in the history
* Update Changelog.md

* Update TrelloDotNet.csproj
  • Loading branch information
rwjdk authored Jul 10, 2024
1 parent c52b5f7 commit 3a5c8f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
*Below is the version history of [TrelloDotNet](https://github.com/rwjdk/TrelloDotNet) (An wrapper of the Trello API)*

## 1.10.5 (10th of July 2024)
#### General
- Bumped System.Text.Json dependency to version 8.0.4 due to [Security Vulnerability CVE-2024-30105](https://github.com/rwjdk/TrelloDotNet/security/dependabot/1) in previous version)

<hr/>

## 1.10.4 (22nd of June 2024)
#### General
- Added pagination options `Page`, `Before` and `Since` to [`GetActionsOfBoardAsync`](https://github.com/rwjdk/TrelloDotNet/wiki/GetActionsOfBoardAsync) (Thanks to **[mashbrno](https://github.com/mashbrno)** for the contribution 💪) - [PR#37](https://github.com/rwjdk/TrelloDotNet/pull/37)
Expand Down
6 changes: 3 additions & 3 deletions TrelloDotNet/TrelloDotNet/TrelloDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<RepositoryUrl>https://github.com/rwjdk/TrelloDotNet</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Authors>Rasmus Wulff Jensen</Authors>
<Description>.NET 6/7/8 wrapper of the Trello Rest API (CRUD Operations + Webhook Subscription)</Description>
<Description>.NET wrapper of the Trello Rest API (CRUD Operations + Webhook Subscription)</Description>
<Copyright>2024</Copyright>
<PackageProjectUrl>https://github.com/rwjdk/TrelloDotNet/wiki</PackageProjectUrl>
<PackageIcon>trello.png</PackageIcon>
<PackageTags>trello api rest .NET8 .NET7 .NET6 dotNet crud wrapper webhook automation</PackageTags>
<Version>1.10.4</Version>
<PackageTags>trello api rest .NET dotNet crud wrapper webhook automation</PackageTags>
<Version>1.10.5</Version>
<Company>RWJDK</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/rwjdk/TrelloDotNet/blob/main/Changelog.md</PackageReleaseNotes>
Expand Down

0 comments on commit 3a5c8f5

Please sign in to comment.