Jérémie Bertrand
Jérémie Bertrand
I have switched the github pages settings to use the `docs` folder in master instead of the `gh-pages` branch.
The url won't change, github page is configured to serve it to http://code52.org/pretzel/ But I can guarantee that it works, I received a mail from github to correct some old...
Apart if we need to use some specific plugins, since github pages use Jekyll it is a good way to check that we have parity with jekyll (at least for...
That's a good idea, but it will need a thorough followup on each jekyll release.
What is the benefit to sign it in this case? It's a small tool and a zip is available for [download](https://github.com/Code52/pretzel/releases). About the version on chocolatey, I plan to release...
My question was misleading, I know the benefit of code signing but I never had the need for a small tool to be signed. A majority of small tools available...
You've got a point and I think I found the lower price for code sign certificate for open source project at [Certum](https://en.sklep.unizeto.pl/data-safety/code-signing-certificates/open-source-code-signing.html). So the code sign will happen but I...
I think that @urmajom was talking about code signing and not strong naming. And I can't do strong naming on `Pretzel.Logic` since it can be used by ScriptCs scripts for...
Yeah, but I think that both plugin type (dll or scriptcs) needs an easy way to dowload/install. Nuget can do the trick, I need to study that, thanks for the...
Pretzel is available only through [Chocolatey](https://chocolatey.org/packages/Pretzel) or [GitHub Releases](https://github.com/Code52/pretzel/releases). You only need to reference the exe directly from your plugin project. But when I'll have the time to release the...