TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Create a Chocolatey package #83

Closed whihathac closed 4 years ago

whihathac commented 4 years ago

This will expand the zip file and create desktop shortcuts. ps. we can remove the nupkg out of this commit if required.

Here are the commands to test:

# to generate the nuget package
choco pack

# to test choco package from local machine
cinst textanalysistoolnet.portable -source C:\git\Releases\ChocolateyPackage

# to test uninstall
cuninst textanalysistoolnet.portable

This will address #82

DavidAnson commented 4 years ago

Thank you!

whihathac commented 4 years ago

Thank you! We'll need to now just upload the nuget package to Chocolatey UI. @DavidAnson, do you want me to upload it?

DavidAnson commented 4 years ago

Yes, thanks, go for it! You’ll be able to test it best. :)

whihathac commented 4 years ago

Thanks David! I had to remove few sections (License, Versions, Resources, Feedback link) in order to fit their rule for <4000 chars in Description :). I'll submit another PR soon.

Here's the package (it's under review) - https://chocolatey.org/packages/textanalysistoolnet.portable/2018.11.20.0