Skip to content
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
693c1ea
Update MudBlazor, fix bugs
ColdForeign Aug 5, 2024
65f10bf
Fix whitespace formatting
ColdForeign Aug 5, 2024
3c3f60f
Fix interface
ColdForeign Aug 7, 2024
65946bc
Update MudBlazor, fix bugs (#369)
ColdForeign Aug 7, 2024
b0faaf5
Fix dependabot pipeline (#371)
ColdForeign Aug 8, 2024
4081f49
Update ci.yml
ColdForeign Aug 8, 2024
becc8ec
Update ci.yml
ColdForeign Aug 8, 2024
15db7da
Update ci.yml
ColdForeign Aug 8, 2024
57674b2
Update ci.yml
ColdForeign Aug 8, 2024
e668ecd
Fix pipelines (#372)
ColdForeign Aug 8, 2024
eff2130
Update dependabot (#373)
ColdForeign Aug 8, 2024
17b3954
Fix CI pipeline call (#374)
ColdForeign Aug 8, 2024
7d96c3e
Update CI pipeline (#375)
ColdForeign Aug 9, 2024
dc00eee
Fix codecov publish (CI pipeline) (#377)
ColdForeign Aug 9, 2024
d892e2b
Bump MudBlazor from 7.5.0 to 7.6.0 in /src/Cropper.Blazor in the dotn…
dependabot[bot] Aug 9, 2024
aa0eb11
Fix for downloads badge and zooming example
ColdForeign Sep 2, 2024
8821798
Fix for downloads badge and zooming example (#381)
ColdForeign Sep 2, 2024
3c10529
Bump the dotnet group in /src/Cropper.Blazor with 7 updates (#382)
dependabot[bot] Sep 2, 2024
1049113
Fix pipelines for .net 9
ColdForeign Dec 6, 2024
93659a5
fix pipeline
MaxymGorn Jan 13, 2025
eff45d0
fix demo build project
MaxymGorn Jan 13, 2025
c4eb079
fix cd
MaxymGorn Jan 15, 2025
011c3f8
Update Cropper.Blazor to 1.4.0 [ .NET 9 support ] (#393)
ColdForeign Mar 12, 2025
ad4061d
Feature/fix build cd (#398)
MaxymGorn Mar 12, 2025
4c61e4e
Merge branch 'master' into dev
MaxymGorn Mar 12, 2025
619cebf
fix cd
MaxymGorn Mar 12, 2025
67c9101
Update release.yml
MaxymGorn Mar 12, 2025
46bbd49
Merge branch 'master' into dev
MaxymGorn Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x

- name: Restore dependencies
run: dotnet restore
working-directory: src/Cropper.Blazor/Cropper.Blazor
Expand Down
Loading