Skip to content

Commit

Permalink
feat: Add support for MvvmCross 6.3 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plac3hold3r committed May 19, 2019
1 parent c622da7 commit c940b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Semver](https://badgen.net/badge/semver/2.0.0/green)](https://semver.org/)

A customizable template used to scaffold a cross-platform MvvmCross application. Includes a .NET Standard class library. Supports Xamarin Android, Xamarin iOS and UWP project types for Xamarin Native and Xamarin Forms. Supports MvvmCross 6.2.3.
A customizable template used to scaffold a cross-platform MvvmCross application. Includes a .NET Standard class library. Supports Xamarin Android, Xamarin iOS and UWP project types for Xamarin Native and Xamarin Forms. Supports MvvmCross 6.3.0.

![MvxScaffolding screenshot](docs/resources/vs_template_banner.png)

Expand Down
2 changes: 1 addition & 1 deletion src/MvxScaffolding.Vsix/MvxScaffolding.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"HelpTranslateUri": "https://crowdin.com/project/mvxscaffolding",
"ChangelogUri": "https://github.com/Plac3hold3r/MvxScaffolding/blob/master/CHANGELOG.md",
"ReleaseNotesUri": "https://github.com/Plac3hold3r/MvxScaffolding/blob/master/docs/release_notes.md",
"SupportedMvvmCrossVersion": "6.2.3",
"SupportedMvvmCrossVersion": "6.3.0",
"PlatformScaffoldTypeConfiguration": {
"MvxNative": [
{
Expand Down

0 comments on commit c940b21

Please sign in to comment.