chocolatey / checksum

Validates MD5/SHA1 CheckSums on the command line.
Apache License 2.0
14 stars 13 forks source link

(#11 #12 #13) Use Chocolatey.Cake.Recipe and uplift to .NET Framework 4.8 #14

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Description Of Changes

Adds usage of Chocolatey.Cake.Recipe to build the project, and also uplifts to use .NET Framework for all projects.

Motivation and Context

Brings consistency to the .NET Framework version used on Chocolatey CLI.

Testing

Build has been completed locally, and all looks good. Further testing will have to be done once merged into develop to ensure that all the artifacts are signed/strong named, correctly.

Change Types Made

Related Issue

Change Checklist

gep13 commented 1 year ago

@AdmiringWorm @pauby In this PR, I have removed the checksum.snk file that was in the repository, and swapped in the same chocolatey.snk file that is used in the other Chocolatey projects within this organisation. This felt like the right thing to do, since the project was moved into this Organisation. Thoughts?

pauby commented 1 year ago

That makes sense to me.

gep13 commented 1 year ago

@corbob I have updated based on your comments.

gep13 commented 1 year ago

@AdmiringWorm if you could take a look at this as well, it would be appreciated.

choco-bot commented 1 year ago

Task linked: PROJ-435 Baseline - Make it possible to build checksum on same developer VM used for core Chocolatey components

corbob commented 1 year ago

Thanks for getting this fixed up @gep13 👍