Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik committed Nov 1, 2021
1 parent 37986b9 commit 0a842f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Build status
<img src="https://io2gamelabs.visualstudio.com/_apis/public/build/definitions/be16d002-5786-41a1-bf3b-3e13d5e80aa0/8/badge" alt="Build Status" />

## 3.0 Breaking changes
* **TinyNavigationHelper** is merged into TinyMvvm and the namespaced is changed to **TinyMvvm**.
* To use ViewModel navigation with shell you have to call **InitViewModelNavigation**.

```csharp
navigationHelper.InitViewModelNavigation(viewModelAssembly);
```

## What is TinyMvvm?
TinyMvvm is a MVVM library that is built for Xamarin.Forms but is not limited to Xamarin.Forms, it created in a way that it will be easy to extend to other platforms.

Expand Down

0 comments on commit 0a842f2

Please sign in to comment.