Updated repo links.
This commit is contained in:
parent
a85b32c3e1
commit
748cf60ea0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
||||||
<!-- Note: If you want to use EllieBot services etc... You will have to manually clone
|
<!-- Note: If you want to use EllieBot services etc... You will have to manually clone
|
||||||
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/EllieBotDevs/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 ellie,
|
It is strongly recommended that you checkout a specific tag which matches your version of ellie,
|
||||||
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 marmalade for,
|
For example if you're running EllieBot 4.1.0 locally for which you want to create a marmalade for,
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<Authors>EllieBot Team</Authors>
|
<Authors>EllieBot Team</Authors>
|
||||||
<Description>Template in order to create a ellie marmalade.</Description>
|
<Description>Template in order to create a ellie marmalade.</Description>
|
||||||
<PackageTags>dotnet-new;templates</PackageTags>
|
<PackageTags>dotnet-new;templates</PackageTags>
|
||||||
<PackageProjectUrl>https://toastielab.dev/Emotions-stuff/ellie-marmalade</PackageProjectUrl>
|
<PackageProjectUrl>https://toastielab.dev/EllieBotDevs/ellie-marmalade</PackageProjectUrl>
|
||||||
|
|
||||||
<!-- Keep package type as 'Template' to show the package as a template package on nuget.org and make your template available in dotnet new search.-->
|
<!-- Keep package type as 'Template' to show the package as a template package on nuget.org and make your template available in dotnet new search.-->
|
||||||
<PackageType>Template</PackageType>
|
<PackageType>Template</PackageType>
|
||||||
|
|
Loading…
Reference in a new issue