Skip to content

Commit

Permalink
1.9.5 CS Proj and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjdk committed Nov 13, 2023
1 parent fbeaffd commit c6cab41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
*Below is the version history of [TrelloDotNet](https://github.com/rwjdk/TrelloDotNet) (An wrapper of the Trello API)*

## 1.9.5 (13th of November 2023)
#### TrelloClient
- Added option to Add/Update with named positions (Top or Bottom) on `Cards`, `Lists`, `Attachments`, `Checklists` and `Checklist Items`
- Added [`UpdateChecklistAsync`](https://github.com/rwjdk/TrelloDotNet/wiki/UpdateChecklistAsync)

<hr>

## 1.9.4 (1st. of November 2023)
#### TrelloClient
- Added option to get `Stickers` on a card via `GetCardOptions`
Expand All @@ -12,13 +19,6 @@

<hr>

## 1.9.4 (13th of November 2023)
#### TrelloClient
- Added option to Add/Update with named positions (Top or Bottom) on `Cards`, `Lists`, `Attachments`, `Checklists` and `Checklist Items`
- Added [`UpdateChecklistAsync`](https://github.com/rwjdk/TrelloDotNet/wiki/UpdateChecklistAsync)

<hr>

## 1.9.3 (26th of October 2023)
#### TrelloClient
- Added option to get `PluginData` on a card via `GetCardOptions`
Expand Down
2 changes: 1 addition & 1 deletion TrelloDotNet/TrelloDotNet/TrelloDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/rwjdk/TrelloDotNet/wiki</PackageProjectUrl>
<PackageIcon>trello.png</PackageIcon>
<PackageTags>trello api rest restful dotNet wrapper webhook automation</PackageTags>
<Version>1.9.4</Version>
<Version>1.9.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 c6cab41

Please sign in to comment.