Skip to content

Commit

Permalink
3.0.0 => .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Peugnet committed Jan 26, 2024
1 parent fb3ad00 commit 2a4cb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.x'

- name: Dotnet Publish
run:
Expand Down
2 changes: 1 addition & 1 deletion Blazor-Color-Picker-Library/BlazorColorPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>BlazorColorPicker</RootNamespace>
<Authors>Christophe Peugnet</Authors>
<PackageIcon>icon.png</PackageIcon>
<Version>3.0.1</Version>
<Version>3.0.0</Version>
<Description>Opens a modal palette with the Material colors for Blazor Application</Description>
<PackageProjectUrl>https://github.com/tossnet/Blazor-Color-Picker</PackageProjectUrl>
<RepositoryUrl>https://github.com/tossnet/Blazor-Color-Picker</RepositoryUrl>
Expand Down

0 comments on commit 2a4cb23

Please sign in to comment.