Skip to content

Commit

Permalink
Merge pull request #44 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.2
  • Loading branch information
ViolanteCodes authored Oct 25, 2023
2 parents 215ab1b + 5c1c007 commit 52d9bd1
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1</Version> <!-- {x-release-please-version} -->
<FileVersion>2.0.1</FileVersion> <!-- {x-release-please-version} -->
<Version>2.0.2</Version> <!-- {x-release-please-version} -->
<FileVersion>2.0.2</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.1</PackageVersion> <!-- {x-release-please-version} -->
<PackageVersion>2.0.2</PackageVersion> <!-- {x-release-please-version} -->
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>ButterCMS CMS</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* refactor test model names to be PascalCase ([88e3358](https://github.com/ButterCMS/buttercms-csharp/commit/88e3358094ebaa0998f62d7090c175fcf0325bb2))

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


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.1" />
<PackageReference Include="ButterCMS" Version="2.0.2" />
</ItemGroup>
```
<!-- {x-release-please-end} -->
Expand Down

0 comments on commit 52d9bd1

Please sign in to comment.