Skip to content

Commit

Permalink
Merge branch 'release/8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothé Larivière committed Mar 25, 2024
2 parents 99ed8f8 + 45bea3b commit 7f33c1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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_

## [8.1.0-pre16] - 2024-03-25

### Changed
- Use Fabulous 3.0.0-pre2

## [8.1.0-pre15] - 2024-04-02

### Changed
Expand Down Expand Up @@ -230,7 +235,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/8.1.0-pre15...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.1.0-pre16...HEAD
[8.1.0-pre16]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre16
[8.1.0-pre15]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre15
[8.1.0-pre14]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre14
[8.1.0-pre13]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.1.0-pre13
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="Fabulous" Version="3.0.0-pre1" />
<PackageVersion Include="Fabulous" Version="3.0.0-pre2" />
<PackageVersion Include="FsCheck.NUnit" Version="2.16.6" />
<PackageVersion Include="FSharp.Core" Version="8.0.200" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="NUnit" Version="3.14.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="FSharp.Maui.WinUICompat" Version="1.1.0" />
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.14" />
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.14" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions templates/content/blank/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgVersion",
"defaultValue": "3.0.0-pre1"
"defaultValue": "3.0.0-pre2"
},
"FabulousMauiControlsPkgVersion": {
"type": "parameter",
Expand All @@ -70,7 +70,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "MicrosoftMauiControlsPkgVersion",
"defaultValue": "8.0.3"
"defaultValue": "8.0.14"
}
}
}

0 comments on commit 7f33c1f

Please sign in to comment.