Skip to content

Commit

Permalink
Add the readme to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
DitherWither committed Mar 21, 2023
1 parent b65e5ec commit 57f24f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion GirCoreBlueprint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<Authors>DitherWither</Authors>
<Description>Templates to use when creating an application using Gircore</Description>
<PackageTags>dotnet-new;templates;gircore;gobject;gtk;gnome</PackageTags>

<PackageReadmeFile>README.md</PackageReadmeFile>

<TargetFramework>net7.0</TargetFramework>

<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -21,6 +22,7 @@
<ItemGroup>
<Content Include="template/**/*" Exclude="template/bin/**;template/obj/**;template/build/**; template/flatpak_build/**" />
<Compile Remove="**/*" />
<None Include="README.md" Pack="true" PackagePath="/"/>
</ItemGroup>

</Project>
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to this repo>/template/`
- Install this template using `dotnet new install DitherWither.GirCoreTemplates`


## Steps for using
Expand All @@ -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.

0 comments on commit 57f24f6

Please sign in to comment.