diff --git a/NuGet/Stylet.Start.nuspec b/NuGet/Stylet.Start.nuspec index d20a741..0148b19 100644 --- a/NuGet/Stylet.Start.nuspec +++ b/NuGet/Stylet.Start.nuspec @@ -8,9 +8,9 @@ Antony Male MIT http://github.com/canton7/Stylet - https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png + StyletIcon.png false - A quick startup project for Stylet (.NET Framework ONLY!) + .NET Framework: A quick startup project for Stylet, the lightweight but powerful ViewModel-First MVVM framework for WPF Copyright 2015 Antony Male Stylet WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI @@ -24,5 +24,6 @@ + diff --git a/NuGet/Stylet.nuspec b/NuGet/Stylet.nuspec deleted file mode 100644 index 88074f1..0000000 --- a/NuGet/Stylet.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Stylet - 0.0.0 - Stylet - Antony Male - Antony Male - MIT - http://github.com/canton7/Stylet - https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png - false - A very lightweight but powerful ViewModel-First MVVM framework for WPF, inspired by Caliburn.Micro. Comes with its own IoC container. - Copyright 2014 Antony Male - WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI - - - - - - - - - - diff --git a/README.md b/README.md index adf5bf7..db610af 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,23 @@ Stylet requires .NET 4.5 (Visual Studio 2012 or higher). ### .NET Core -For .NET Core projects, install the [Stylet](https://www.nuget.org/packages/Stylet) package, then follow the instructions in the [Quick Start](https://github.com/canton7/Stylet/wiki/Quick-Start). +For .NET Core projects, the quickest way to get started is by using `dotnet new` with Stylet's template. + +Open a command window where you want to create your new project, and install the Stylet templates using: + +``` +dotnet new -i Stylet.Templates +``` + +Then create a new project with: + +``` +dotnet new stylet -o MyStyletProject` +``` + +(changing `MyStyletProject` as appropriate). + +If you want to set up your project manually, install the [Stylet](https://www.nuget.org/packages/Stylet) package, then follow the instructions in the [Quick Start](https://github.com/canton7/Stylet/wiki/Quick-Start). Stylet requires .NET Core 3.0. diff --git a/Stylet/Stylet.csproj b/Stylet/Stylet.csproj index 6f4fb4e..c7ca4ae 100644 --- a/Stylet/Stylet.csproj +++ b/Stylet/Stylet.csproj @@ -16,7 +16,7 @@ Stylet WPF;MVVM;ViewModel;Screen Conductor;ViewModel-First;Model-View-ViewModel;UI Copyright © 2014 Antony Male - https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png + StyletIcon.png http://github.com/canton7/Stylet MIT git @@ -43,10 +43,10 @@ - - - - + + + + Designer diff --git a/StyletTemplates/StyletTemplates.csproj b/StyletTemplates/StyletTemplates.csproj index ad89c08..4d2b5c8 100644 --- a/StyletTemplates/StyletTemplates.csproj +++ b/StyletTemplates/StyletTemplates.csproj @@ -12,17 +12,18 @@ Stylet.Templates dotnet-new;templates;WPF;MVVM;ViewModel;Screen;Conductor;ViewModel-First;Model-View-ViewModel;UI Copyright © 2019 Antony Male - https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png + StyletIcon.png http://github.com/canton7/Stylet MIT git https://github.com/canton7/Stylet Antony Male - .NET Core templates for Stylet, the lightweight but powerful ViewModel-First MVVM framework for WPF, + .NET Core templates for Stylet, the lightweight but powerful ViewModel-First MVVM framework for WPF +