Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent cb53a44 commit 3d696dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ButterCMS/ButterCMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.2</Version> <!-- {x-release-please-version} -->
<FileVersion>2.0.2</FileVersion> <!-- {x-release-please-version} -->
<Version>2.1.0</Version> <!-- {x-release-please-version} -->
<FileVersion>2.1.0</FileVersion> <!-- {x-release-please-version} -->
<Authors>Brandon Nicoll; ButterCMS</Authors>
<Description>API Client for ButterCMS; including both synchronous and asynchronous API endpoint methods.</Description>
<Copyright>Copyright (c) 2020 ButterCMS</Copyright>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>ButterCMS</PackageId>
<PackageVersion>2.0.2</PackageVersion> <!-- {x-release-please-version} -->
<PackageVersion>2.1.0</PackageVersion> <!-- {x-release-please-version} -->
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>ButterCMS CMS</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/ButterCMS/buttercms-csharp/compare/v2.0.2...v2.1.0) (2024-12-23)


### Features

* add demo project ([fa2bd34](https://github.com/ButterCMS/buttercms-csharp/commit/fa2bd34c531a2a07344121f4509aca7252a7fdb4))
* parametrize base url ([d015720](https://github.com/ButterCMS/buttercms-csharp/commit/d0157204b91519906b6d731c3b5cfb0df2bf8800))
* update Page and Post models ([4107059](https://github.com/ButterCMS/buttercms-csharp/commit/41070593dbea37dc12ad78714db5cb3b1e9b8653))


### Bug Fixes

* make published and scheduled dates optional ([15c06e2](https://github.com/ButterCMS/buttercms-csharp/commit/15c06e2cff22efe1376161a75c0fd56c3bdf1da5))

## [2.0.2](https://github.com/ButterCMS/buttercms-csharp/compare/v2.0.1...v2.0.2) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Or by adding the package manually to the project file
<!-- {x-release-please-start-version} -->
```xml
<ItemGroup>
<PackageReference Include="ButterCMS" Version="2.0.2" />
<PackageReference Include="ButterCMS" Version="2.1.0" />
</ItemGroup>
```
<!-- {x-release-please-end} -->
Expand Down

0 comments on commit 3d696dd

Please sign in to comment.