Skip to content

Commit

Permalink
Merge pull request #48 from fabulous-dev/fix-template
Browse files Browse the repository at this point in the history
Remove call to Android's Resource.UpdateIdValues in the template since it's no longer available in .NET MAUI 8.0
  • Loading branch information
TimLariviere authored Nov 14, 2023
2 parents 29dca45 + bb02085 commit 3979c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.0.1] - 2023-11-14

### Fixed
- Remove call to Android's Resource.UpdateIdValues in the template since it's no longer available in .NET MAUI 8.0 (https://github.com/fabulous-dev/Fabulous.MauiControls/pull/48)

## [8.0.0] - 2023-11-14

IMPORTANT: Fabulous.MauiControls will now follow the same versioning as .NET MAUI to reflect the dependency on a specific version of .NET MAUI.
Expand Down Expand Up @@ -129,7 +134,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.0.0...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.MauiControls/compare/8.0.1...HEAD
[8.0.1]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.0.1
[8.0.0]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/8.0.0
[2.8.1]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/2.8.1
[2.8.0]: https://github.com/fabulous-dev/Fabulous.MauiControls/releases/tag/2.8.0
Expand Down
2 changes: 0 additions & 2 deletions templates/content/blank/Platforms/Android/MainApplication.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ open Microsoft.Maui
type MainApplication(handle, ownership) =
inherit MauiApplication(handle, ownership)

do NewApp.Resource.UpdateIdValues()

override _.CreateMauiApp() = MauiProgram.CreateMauiApp()

0 comments on commit 3979c18

Please sign in to comment.