Skip to content

Commit

Permalink
Use Fabulous 3.0.0-pre13
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Nov 21, 2024
1 parent b2ef205 commit f5592cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_No unreleased changes_

## [9.0.0-pre4] - 2024-11-21

### Changed
- Use Fabulous 3.0.0-pre13

## [9.0.0-pre3] - 2024-11-20

### Changed
Expand Down Expand Up @@ -286,7 +291,8 @@ Essentially v2.8.1 and v8.0.0 are similar except for the required .NET version.
### Changed
- Fabulous.MauiControls has moved from the Fabulous repository to its own repository: [https://github.com/fabulous-dev/Fabulous.MauiControls](https://github.com/fabulous-dev/Fabulous.MauiControls)

[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/9.0.0-pre3...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/9.0.0-pre4...HEAD
[9.0.0-pre4]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/9.0.0-pre4
[9.0.0-pre3]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/9.0.0-pre3
[9.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/9.0.0-pre2
[9.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/9.0.0-pre1
Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous.MauiControls/Fabulous.MauiControls.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
This version will be used as the lower bound in the NuGet package
-->
<PackageReference Include="FSharp.Core" VersionOverride="9.0.100" PrivateAssets="All" />
<PackageReference Include="Fabulous" Condition="'$(UseLocalProjectReference)' != 'true'" VersionOverride="[3.0.0-pre12]" />
<PackageReference Include="Fabulous" Condition="'$(UseLocalProjectReference)' != 'true'" VersionOverride="[3.0.0-pre13]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
<PackageReference Include="Microsoft.Maui.Controls" VersionOverride="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" VersionOverride="9.0.0" />
Expand Down

0 comments on commit f5592cf

Please sign in to comment.