Commit Graph

21 Commits

Author SHA1 Message Date
Steven Pickles
fbb43ea041 Remove unnecessary commented lines where possible, 2020-03-11 11:16:54 -04:00
Steven Pickles
db45206891 Add copyright year based on executable digital signature (Feb 29, 2020) 2020-03-11 11:16:20 -04:00
Steven Pickles
393b8adad1 Explicitly state closed source project 2020-03-11 11:15:19 -04:00
Steven Pickles
d3eef3616b Add bug tracker URL to Cricut customer care 2020-03-11 11:14:24 -04:00
Steven Pickles
27b1a87256 Add myself to owners tag (this tag means Chocolatey maintainer)
In the .nuspec file the instructions say the following:

"owners is a poor name for maintainers of the package. It sticks
around by this name for compatibility reasons. It basically means you."

As a result I entered my name.
2020-03-11 11:06:51 -04:00
Steven Pickles
2f2c78f9f1 Add release notes indicating there are no release notes 2020-03-11 11:04:05 -04:00
Steven Pickles
8bb65074c9 Add license (legal) URL and indicate no license requires accepting 2020-03-11 11:03:49 -04:00
Steven Pickles
4fd97e404e Merge tag 'release-5.6.19' into develop
release-5.6.19
2020-03-10 12:26:40 -04:00
Steven Pickles
7009b5978b Merge branch 'release-5.6.19' 2020-03-10 12:25:58 -04:00
Steven Pickles
79276d10c3 release-5.6.19 2020-03-10 12:25:37 -04:00
Steven Pickles
cb6106e961 Merge branch 'feature/create-cricut-design-space-package' into develop 2020-03-10 12:12:40 -04:00
Steven Pickles
fceb08b1ec Modify README to include instructions and caveats 2020-03-10 12:11:34 -04:00
Steven Pickles
2ac17f07ee Remove comments from tools/chocolateyinstall.ps1 as recommended
Chocolatey install documentation recommends removing all comments from
the tools/chocolateyinstall.ps1 file before releasing the package.
2020-03-10 11:49:09 -04:00
Steven Pickles
ecac52c31a Remove unused files from repository as they are not needed 2020-03-10 11:44:55 -04:00
Steven Pickles
a0070c87d9 Use Install-ChocolateyPackage instead of Install-ChocolateyInstallPackage
Since Install-ChocolateyInstallPackage is noted to be used with the
$file parameter and not the $url parameter, the Chocolatey documentation
says to use Install-ChocolateyPackage. I made this mistake in a previous
commit.
2020-03-10 11:43:42 -04:00
Steven Pickles
86dcb8b390 Add package version, title, author, tags, summary, and description 2020-03-10 09:54:42 -04:00
Steven Pickles
b891a8801c Add installer URL, checksum, and install arguments 2020-03-10 09:53:55 -04:00
Steven Pickles
3a1e464b14 Remove license and verification because they are unnecessary
Per _TODO.txt the LICENSE.txt and VERIFICATION.txt files should be
removed if the installation binary is not embedded.
2020-03-09 11:02:29 -04:00
Steven Pickles
cd389fa1ce Create package using "choco add CricutDesignSpace" PowerShell command 2020-03-09 10:22:27 -04:00
Steven Pickles
236c4ff06a Create develop branch 2020-03-09 10:20:57 -04:00
Steven Pickles
f5b13d03e8 Create repository 2020-03-09 10:20:41 -04:00