Steven Pickles
810efcfc91
Merge branch 'release/6.6.121'
2021-03-26 09:18:52 -04:00
Steven Pickles
eabd97ba43
No changes required for release-6.6.121
2021-03-26 09:18:24 -04:00
Steven Pickles
113b7703cd
Merge branch 'feature/upgrade-to-version-6-6-121' into develop
2021-03-26 09:15:35 -04:00
Steven Pickles
193cf43aa4
Update references to version 6.6.121
2021-03-26 09:15:23 -04:00
Steven Pickles
6365f11a96
Merge tag 'release-6.2.100' into develop
...
add tag release-6.2.100
2021-01-17 15:41:26 -05:00
Steven Pickles
c01282a906
Merge branch 'release/6.2.100'
2021-01-17 15:39:19 -05:00
Steven Pickles
1d1d42ca21
No changes required for release-6.2.100
2021-01-17 15:29:06 -05:00
Steven Pickles
b6f846b2bc
Merge branch 'feature/update-to-version-6-2-100' into develop
2021-01-17 15:26:37 -05:00
Steven Pickles
baf4edc79e
Update references to version 6.2.100
2021-01-17 15:26:26 -05:00
Steven Pickles
311c87747e
Merge tag 'release-5.6.19' into develop
...
release-5.6.19
2020-03-12 08:39:18 -04:00
Steven Pickles
41d3c3c999
Merge branch 'release/5.6.19'
2020-03-12 08:38:45 -04:00
Steven Pickles
f19bb08e87
Create release/5.6.19 branch
2020-03-12 08:38:28 -04:00
Steven Pickles
139ba972ba
Add company name to copyright field per Chocolatey documentation
...
The original copyright field just had the 4 character year, but
the Chocolatey documentation stipulates that is not enough:
https://github.com/chocolatey/package-validator/wiki/CopyrightCharacterCountMinimum
2020-03-12 08:20:50 -04:00
Steven Pickles
8b11dee01a
Merge tag 'release-5.6.19' into develop
...
release-5.6.19
2020-03-12 07:34:53 -04:00
Steven Pickles
323a1df846
Merge branch 'release-5.6.19'
...
In the repository there was previously a release branch for
release-5.6.19, but the Chocolatey community required the
<owners> tag be populated. I had since resolved this issue with
new commits in develop. Therefore I chose to delete the existing
branch and create a new one with the exact same release number.
2020-03-12 07:32:04 -04:00
Steven Pickles
ebbed19188
release-5.6.19
2020-03-12 07:31:50 -04:00
Steven Pickles
6e49bc4b5a
Fix misspelled filename in README
2020-03-11 11:52:35 -04:00
Steven Pickles
c91b0e973c
Add clarifying instructions to generate Nuget package using choco pack
2020-03-11 11:49:38 -04:00
Steven Pickles
ef76428b16
Modify README.md file prefix to all uppercase
2020-03-11 11:45:45 -04:00
Steven Pickles
73de466464
Fix issue where block comment was not correctly removed
2020-03-11 11:44:20 -04:00
Steven Pickles
0f89219a76
Merge branch 'issue/add-missing-fields' into develop
...
The fields were recommended by the automated bot chocolatey-ops during
package submission for version 5.16.19. They are not missing required
fields but would make it more user friendly in the future.
2020-03-11 11:25:18 -04:00
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