-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheCodeAttic.Sitecore.DockerTemplates.nuspec
20 lines (20 loc) · 1.19 KB
/
TheCodeAttic.Sitecore.DockerTemplates.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TheCodeAttic.Sitecore.DockerTemplates</id>
<authors>Scott.Gillis</authors>
<version>0.0.0</version>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/gillissm/TheCodeAttic.Sitecore.DockerTemplates</projectUrl>
<repository type="git" url="https://github.com/gillissm/TheCodeAttic.Sitecore.DockerTemplates" />
<!-- <iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl> -->
<description>This repository is provides a templated folder and file structure to allow a user to quickly start creating Sitecore docker images. The structure can be used directly via a clone of this repository, or installed into the dotnet-cli as a 'new' template command.</description>
<releaseNotes>Fully Working Templates to support Sitecore 10.0.1 through 10.3.</releaseNotes>
<copyright>2023 @ TheCodeAttic</copyright>
<tags>docker sitecore template dotnet</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
</package>