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