samuel-lucas6 / Kryptor

A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
https://www.kryptor.co.uk
GNU General Public License v3.0
431 stars 33 forks source link

📝 Documentation: Wrong .NET version? #33

Closed onkobu closed 2 years ago

onkobu commented 2 years ago

Description

Installation suggests to install and links to .NET 5 whereas global.json requires 6.100.

samuel-lucas6 commented 2 years ago

Hi @onkobu,

Good spot! However, that's currently correct because the latest release uses .NET 5. The master branch is in development and not ready to be used. At the moment, it's just refactoring stuff, but for the release of v4, there will be lots of breaking changes and building from the master branch would lead to things potentially not working and incompatibility. Therefore, please use the latest release source code, as explained here. Hope that helps.

onkobu commented 2 years ago

That was fast. Didn't check whether master == last release. Then it is absolutely fine. Docs also clearly state to use the release archives.