Releases: ax-meyer/ProgressDialog
Releases · ax-meyer/ProgressDialog
Upgrade dependencies and dotnet
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #20
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #21
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #22
- Bumped all nugets
- Upgraded examples to net10.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Update README.md by @ax-meyer in #14
- Bump actions/checkout from 3 to 4 by @dependabot in #15
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #16
- Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 by @dependabot in #17
- Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 by @dependabot in #18
- upgrade to net9 by @ax-meyer in #19
Full Changelog: v2.0.1...v2.0.2
v2.0.1: Avalonia support!
Adds a version for Avalonia UI!
Breaking changes
- Moves existing WPF implementation into .Wpf package - add new
ProgressDialog.Wpfnuget package to your existing Wpf projects - Renamed to public properties to fix typos in
IProgressStatus:ProgessUpdated-->ProgressUpdatedCT-->Ct
Full change list:
- Upgrades by @ax-meyer in #7
- Bump actions/checkout from 2 to 3 by @dependabot in #9
- Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3 by @dependabot in #8
- Bump actions/setup-python from 2 to 4 by @dependabot in #10
- Bump actions/setup-dotnet from 1 to 3 by @dependabot in #11
- Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 by @dependabot in #12
- V2.0: Avalonia support! by @ax-meyer in #13
Full Changelog: v1.4.0...v2.0.1
v2.0.1-beta: Avalonia support!
Frist build with avalonia support.
The WPF package moved from ProgressDialog to ProgressDialog.Wpf
What's Changed
- Upgrades by @ax-meyer in #7
- Bump actions/checkout from 2 to 3 by @dependabot in #9
- Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3 by @dependabot in #8
- Bump actions/setup-python from 2 to 4 by @dependabot in #10
- Bump actions/setup-dotnet from 1 to 3 by @dependabot in #11
- Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v1.4.0...v2.0.1-beta
Removed net4.5 target
The net4.5 build target was removed since it caused issues in the ci pipeline and was also deprecated in spring 2022.