Add package version, title, author, tags, summary, and description
This commit is contained in:
parent
b891a8801c
commit
86dcb8b390
@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
|
|||||||
<!-- version should MATCH as closely as possible with the underlying software -->
|
<!-- version should MATCH as closely as possible with the underlying software -->
|
||||||
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
|
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
|
||||||
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
|
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
|
||||||
<version>__REPLACE__</version>
|
<version>5.6.19</version>
|
||||||
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
|
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
|
||||||
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
|
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
|
||||||
<!--<owners>__REPLACE_YOUR_NAME__</owners>-->
|
<!--<owners>__REPLACE_YOUR_NAME__</owners>-->
|
||||||
@ -35,21 +35,21 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
|
|||||||
<!-- == SOFTWARE SPECIFIC SECTION == -->
|
<!-- == SOFTWARE SPECIFIC SECTION == -->
|
||||||
<!-- This section is about the software itself -->
|
<!-- This section is about the software itself -->
|
||||||
<title>CricutDesignSpace (Install)</title>
|
<title>CricutDesignSpace (Install)</title>
|
||||||
<authors>__REPLACE_AUTHORS_OF_SOFTWARE_COMMA_SEPARATED__</authors>
|
<authors>Cricut</authors>
|
||||||
<!-- projectUrl is required for the community feed -->
|
<!-- projectUrl is required for the community feed -->
|
||||||
<projectUrl>https://_Software_Location_REMOVE_OR_FILL_OUT_</projectUrl>
|
<projectUrl>https://design.cricut.com/</projectUrl>
|
||||||
<!--<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/cricutdesignspace.png</iconUrl>-->
|
<iconUrl>https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/2d/e1/51/2de1511b-f8ad-320c-77d9-e809e1d65928/AppIcon-0-0-1x_U007emarketing-0-0-0-9-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/246x0w.png</iconUrl>
|
||||||
<!-- <copyright>Year Software Vendor</copyright> -->
|
<!-- <copyright>Year Software Vendor</copyright> -->
|
||||||
<!-- If there is a license Url available, it is required for the community feed -->
|
<!-- If there is a license Url available, it is required for the community feed -->
|
||||||
<!-- <licenseUrl>Software License Location __REMOVE_OR_FILL_OUT__</licenseUrl>
|
<!-- <licenseUrl>Software License Location __REMOVE_OR_FILL_OUT__</licenseUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>-->
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>-->
|
||||||
<!--<projectSourceUrl>Software Source Location - is the software FOSS somewhere? Link to it with this</projectSourceUrl>-->
|
<!--<projectSourceUrl>Software Source Location - is the software FOSS somewhere? Link to it with this</projectSourceUrl>-->
|
||||||
<!--<docsUrl>At what url are the software docs located?</docsUrl>-->
|
<docsUrl>https://help.cricut.com/hc/en-us/articles/360009428814-Downloading-and-Installing-Design-Space#windowsinstall</docsUrl>
|
||||||
<!--<mailingListUrl></mailingListUrl>-->
|
<!--<mailingListUrl></mailingListUrl>-->
|
||||||
<!--<bugTrackerUrl></bugTrackerUrl>-->
|
<!--<bugTrackerUrl></bugTrackerUrl>-->
|
||||||
<tags>cricutdesignspace SPACE_SEPARATED</tags>
|
<tags>cricut design space</tags>
|
||||||
<summary>__REPLACE__</summary>
|
<summary>Design and wirelessly cut using Cricut Explore and Cricut Maker machines.</summary>
|
||||||
<description>__REPLACE__MarkDown_Okay </description>
|
<description>Cricut Design Space is a companion app that lets you design and wirelessly cut with Cricut Explore and Cricut Maker machines. Create a project from scratch or browse thousands of images, predesigned Make It Now projects, and fonts in the Cricut Image Library.</description>
|
||||||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user