From 154cad8d11cbff69fc3b0a813768a79d8c436ea9 Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 16 Sep 2024 00:19:03 +1200 Subject: [PATCH] Potential fix for missing ellie-marmalade template --- README.md | 3 +- .../.template.config}/template.json | 0 .../ellie-marmalade/TestCanary.cs | 0 cmds.yml => content/ellie-marmalade/cmds.yml | 0 .../ellie-marmalade/ellie-marmalade.csproj | 44 ++++++++++++++ res.yml => content/ellie-marmalade/res.yml | 0 ellie-marmalade.csproj | 60 ++++++++----------- 7 files changed, 72 insertions(+), 35 deletions(-) rename {.template.config => content/ellie-marmalade/.template.config}/template.json (100%) rename TestCanary.cs => content/ellie-marmalade/TestCanary.cs (100%) rename cmds.yml => content/ellie-marmalade/cmds.yml (100%) create mode 100644 content/ellie-marmalade/ellie-marmalade.csproj rename res.yml => content/ellie-marmalade/res.yml (100%) diff --git a/README.md b/README.md index ca29317..f78e89c 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -Template in order to create a ellie marmalade. \ No newline at end of file + \ No newline at end of file diff --git a/.template.config/template.json b/content/ellie-marmalade/.template.config/template.json similarity index 100% rename from .template.config/template.json rename to content/ellie-marmalade/.template.config/template.json diff --git a/TestCanary.cs b/content/ellie-marmalade/TestCanary.cs similarity index 100% rename from TestCanary.cs rename to content/ellie-marmalade/TestCanary.cs diff --git a/cmds.yml b/content/ellie-marmalade/cmds.yml similarity index 100% rename from cmds.yml rename to content/ellie-marmalade/cmds.yml diff --git a/content/ellie-marmalade/ellie-marmalade.csproj b/content/ellie-marmalade/ellie-marmalade.csproj new file mode 100644 index 0000000..7eae7c0 --- /dev/null +++ b/content/ellie-marmalade/ellie-marmalade.csproj @@ -0,0 +1,44 @@ + + + net8.0 + + + enable + + + + + + + Embedded + + true + + + + + + + + all + + + + + + + + + PreserveNewest + + + + + + \ No newline at end of file diff --git a/res.yml b/content/ellie-marmalade/res.yml similarity index 100% rename from res.yml rename to content/ellie-marmalade/res.yml diff --git a/ellie-marmalade.csproj b/ellie-marmalade.csproj index 820dbca..4fe9632 100644 --- a/ellie-marmalade.csproj +++ b/ellie-marmalade.csproj @@ -1,50 +1,42 @@  + - net8.0 - - - enable - - - - - - - Embedded - - true - - Template + + + ellie_marmalade 5.0.1 ellie-marmalade Ellie Marmalade Template EllieBot Team Template in order to create a ellie marmalade. dotnet-new;templates + https://toastielab.dev/Emotions-stuff/ellie-marmalade + + + Template + net8.0 + true + false + content + $(NoWarn);NU5128 + true + README.md - - - - all - - - - + + false + - - PreserveNewest - + - + + - + + + + + \ No newline at end of file