Skip to content

Commit

Permalink
Merge pull request #41 from ButterCMS/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--release-please-action

chore(release): 2.0.1
  • Loading branch information
ViolanteCodes authored Oct 13, 2023
2 parents 260ab0d + 0cdec07 commit b37f2d9
Show file tree
Hide file tree
Showing 3 changed files with 34 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.0</Version> <!-- {x-release-please-version} -->
<FileVersion>2.0.0</FileVersion> <!-- {x-release-please-version} -->
<Version>2.0.1</Version> <!-- {x-release-please-version} -->
<FileVersion>2.0.1</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.0</PackageVersion> <!-- {x-release-please-version} -->
<PackageVersion>2.0.1</PackageVersion> <!-- {x-release-please-version} -->
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>ButterCMS CMS</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [2.0.1](https://github.com/ButterCMS/buttercms-csharp/compare/v2.0.0...v2.0.1) (2023-10-13)


### Features

* mention testing in README ([a9825c4](https://github.com/ButterCMS/buttercms-csharp/commit/a9825c437cb1999d7b1d930283afd199b6802fc6))
* release-please action ([3e50f03](https://github.com/ButterCMS/buttercms-csharp/commit/3e50f03bcddd9a958f179b73793a48acb48f2551))
* run tests in github action ([717717f](https://github.com/ButterCMS/buttercms-csharp/commit/717717f3f6db80d1da4b2aa00cedaba9bdbb3cfb))
* test category attribute ([431ad2b](https://github.com/ButterCMS/buttercms-csharp/commit/431ad2b081230bdf2a2732fc6fc94b8addd0f836))


### Bug Fixes

* AtomFeed tests ([2bfef31](https://github.com/ButterCMS/buttercms-csharp/commit/2bfef317c5454b18640c032e74f7eef0e2465191))
* bump packageVersion to 2.0.0 ([5c4f5a8](https://github.com/ButterCMS/buttercms-csharp/commit/5c4f5a832baed16f5f0f5de84b9203b0cbd12f00))
* ListAuthors tests ([e5d8ff3](https://github.com/ButterCMS/buttercms-csharp/commit/e5d8ff38526fa002c072264fd8917a7bfb5d502b))
* ListCategories tests ([182181a](https://github.com/ButterCMS/buttercms-csharp/commit/182181a46aa0c463af5ff72528c5bc4255e50390))
* ListPages tests ([d1d49b0](https://github.com/ButterCMS/buttercms-csharp/commit/d1d49b0f90581cabfdc03f62224379c531ffe5e0))
* ListPosts tests ([6e23a52](https://github.com/ButterCMS/buttercms-csharp/commit/6e23a521a37b13e4f6fae6dde246a4546976cbb9))
* ListTags tests ([9e907ae](https://github.com/ButterCMS/buttercms-csharp/commit/9e907aea886873ba5e1726fc9e3c72704878140e))
* RetrieveAuthor tests ([1d566ab](https://github.com/ButterCMS/buttercms-csharp/commit/1d566abf4e1d8c6ada6305658afba21f705dad83))
* RetrieveCategory tests ([b9b4eea](https://github.com/ButterCMS/buttercms-csharp/commit/b9b4eeaefe95eebe76fcd2ac5e85b0e6cc862e3b))
* RetrieveContentFields tests ([5aa18ea](https://github.com/ButterCMS/buttercms-csharp/commit/5aa18ea43fa5be26e6836138bebee46e40e6b78a))
* RetrievePage tests ([6f46587](https://github.com/ButterCMS/buttercms-csharp/commit/6f4658789b06c1082e50704cf53b251e4ecd6a3d))
* RetrievePost tests ([525a54a](https://github.com/ButterCMS/buttercms-csharp/commit/525a54a7c3d6011570b37d093530bfb91e599cf1))
* RssFeed tests ([1254cd5](https://github.com/ButterCMS/buttercms-csharp/commit/1254cd5736ae7dd39b099a2f42534214655bf64d))
* SearchPosts tests ([933668a](https://github.com/ButterCMS/buttercms-csharp/commit/933668a1f5c66de77c431f836d8e3a101c7e7d40))
* Sitemap tests ([e1c6778](https://github.com/ButterCMS/buttercms-csharp/commit/e1c6778b278cd46353a9523b1070aa1a1bd111a2))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Or by adding the package manually to the project file

```xml
<ItemGroup>
<PackageReference Include="ButterCMS" Version="2.0.0" /> <!-- {x-release-please-version} -->
<PackageReference Include="ButterCMS" Version="2.0.1" /> <!-- {x-release-please-version} -->
</ItemGroup>
```

Expand Down

0 comments on commit b37f2d9

Please sign in to comment.