diff --git a/GirCoreBlueprint.csproj b/GirCoreBlueprint.csproj index 4c17498..3a93e3d 100644 --- a/GirCoreBlueprint.csproj +++ b/GirCoreBlueprint.csproj @@ -8,7 +8,8 @@ DitherWither Templates to use when creating an application using Gircore dotnet-new;templates;gircore;gobject;gtk;gnome - + README.md + net7.0 true @@ -21,6 +22,7 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 9da8885..02efd8b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and [blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/index - Install the latest version of the [dotnet sdk](https://dotnet.microsoft.com/en-us/download) - Install the [blueprint compiler](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/index.html). -- Install this template using `dotnet new install /template/` +- Install this template using `dotnet new install DitherWither.GirCoreTemplates` ## Steps for using @@ -19,5 +19,3 @@ Create a new project using `dotnet new gircore-blueprint --app-id com.example.My # TODO for this template - [ ] Add icons and appdata files to the template. -- [ ] Publish this template to nuget. -- [ ] Add a readme inside the template directory explaining how to use it.