diff --git a/Kryptos/Kryptos/Kryptos.csproj b/Kryptos/Kryptos/Kryptos.csproj index c5e0fb4..2958024 100644 --- a/Kryptos/Kryptos/Kryptos.csproj +++ b/Kryptos/Kryptos/Kryptos.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1;net5.0 - 0.0.6 + 0.0.7 Vijayshinva Karnure A .NET core tool for cryptography. 2020 Vijayshinva Karnure diff --git a/README.md b/README.md index a022778..e218d1b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A .NET core tool for cryptography. - JWT decoding - HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, HMAC-MD5 - Subresource Integrity +- Cryptographic Object Identifier lookup ## Installation @@ -74,7 +75,7 @@ kryptos --help ## Contributing - Fork the repo on [GitHub][git-repo] - Clone the project to your own machine -- Commit changes to your own branch +- Commit changes to ```vnext``` branch - Push your work back up to your fork - Be sure to pull the latest from "upstream" before making a pull request! - Submit a Pull Request so that changes can be reviewed and merged