Skip to content

Commit

Permalink
Merge pull request #33 from BurkusCat/misc-changes
Browse files Browse the repository at this point in the history
Improve preview NuGet label
  • Loading branch information
BurkusCat authored Oct 14, 2023
2 parents 58076e9 + 5c44da8 commit 4978cc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Burkus.Mvvm.Maui](art/BurkusMvvmMauiLogo.png)
#### Navigation - Parameter Passing - Lifecycle Events - Native Dialogs - Testability

### Stable: [![NuGet Stable](https://img.shields.io/nuget/v/Burkus.Mvvm.Maui.svg?label=NuGet)](https://www.nuget.org/packages/Burkus.Mvvm.Maui/) Preview: [![NuGet Preview](https://img.shields.io/nuget/vpre/Burkus.Mvvm.Maui.svg?label=NuGet)](https://www.nuget.org/packages/Burkus.Mvvm.Maui/)
### Stable: [![NuGet Stable](https://img.shields.io/nuget/v/Burkus.Mvvm.Maui.svg?label=NuGet)](https://www.nuget.org/packages/Burkus.Mvvm.Maui/) Latest Preview: [![NuGet Preview](https://img.shields.io/nuget/vpre/Burkus.Mvvm.Maui.svg?label=NuGet)](https://www.nuget.org/packages/Burkus.Mvvm.Maui/)

# Burkus.Mvvm.Maui (experimental)
`Burkus.Mvvm.Maui` is an MVVM (Model–view–viewmodel) framework designed for .NET MAUI. The library is developed with these key principles:
Expand Down Expand Up @@ -357,7 +357,6 @@ Several parameter keys have been pre-defined and are using by the `Burkus.Mvvm.M
- Default: `false`
- `ReservedNavigationParameters.SelectTab`
- If navigating to a `TabbedPage`, selects the tab with the name of the type passed.
- **⚠️ Warning**: Not yet implemented.
- Type: `string`
- Default: `null`

Expand Down

0 comments on commit 4978cc2

Please sign in to comment.