Skip to content

Commit

Permalink
chore: inline comment to block
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek authored Oct 18, 2023
1 parent b37f2d9 commit 9174855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ dotnet add package ButterCMS

Or by adding the package manually to the project file

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

## Usage

Expand Down

0 comments on commit 9174855

Please sign in to comment.