wtf did I do?

This commit is contained in:
Toastie 2024-07-26 23:58:21 +12:00
parent e0d131b547
commit 2d3e1b7c1f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<!-- Reduces some boilerplace in your .cs files --> <!-- Reduces some boilerplate in your .cs files -->
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<!-- &lt;!&ndash; Use latest .net features &ndash;&gt;--> <!-- &lt;!&ndash; Use latest .net features &ndash;&gt;-->
@ -19,12 +19,12 @@
<PackageId>ellie-marmalade</PackageId> <PackageId>ellie-marmalade</PackageId>
<Title>Ellie Marmalade Template</Title> <Title>Ellie Marmalade Template</Title>
<Authors>EllieBot Team</Authors> <Authors>EllieBot Team</Authors>
<Description>Template in order to create a ellie medusa.</Description> <Description>Template in order to create a ellie marmalade.</Description>
<PackageTags>dotnet-new;templates</PackageTags> <PackageTags>dotnet-new;templates</PackageTags>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<!-- Base medusa package. You MUST reference this in order to have a working medusa --> <!-- Base marmalade package. You MUST reference this in order to have a working marmalade -->
<PackageReference Include="Ellie.Marmalade" Version="5.*-*"> <PackageReference Include="Ellie.Marmalade" Version="5.*-*">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
</PackageReference> </PackageReference>
@ -33,7 +33,7 @@
the https://toastielab.dev/Emotions-stuff/elliebot repo locally and reference the EllieBot.csproj because there is no EllieBot package atm. the https://toastielab.dev/Emotions-stuff/elliebot repo locally and reference the EllieBot.csproj because there is no EllieBot package atm.
It is strongly recommended that you checkout a specific tag which matches your version of nadeko, It is strongly recommended that you checkout a specific tag which matches your version of nadeko,
as there could be breaking changes even between minor versions of EllieBot. as there could be breaking changes even between minor versions of EllieBot.
For example if you're running EllieBot 4.1.0 locally for which you want to create a medusa for, For example if you're running EllieBot 4.1.0 locally for which you want to create a marmalade for,
you should do "git checkout 4.1.0" in your EllieBot solution and then reference the EllieBot.csproj you should do "git checkout 4.1.0" in your EllieBot solution and then reference the EllieBot.csproj
--> -->
</ItemGroup> </ItemGroup>