Skip to content

Commit

Permalink
Merge pull request #39 from vlnevyhosteny/master
Browse files Browse the repository at this point in the history
fix: bump packageVersion to 2.0.0
  • Loading branch information
ViolanteCodes authored Sep 12, 2023
2 parents 4843522 + 5c4f5a8 commit b8c3f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ButterCMS/ButterCMS.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<OldToolsVersion>2.0</OldToolsVersion>
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>ButterCMS</PackageId>
<PackageVersion>1.4.1</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>ButterCMS CMS</PackageTags>
<PackageLicenseUrl>https://github.com/buttercms/buttercms-csharp/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit b8c3f2c

Please sign in to comment.