Skip to content

Commit

Permalink
vnext
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayshinva committed Nov 29, 2020
1 parent a6f2155 commit 544cc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kryptos/Kryptos/Kryptos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Version>0.0.6</Version>
<Version>0.0.7</Version>
<Authors>Vijayshinva Karnure</Authors>
<Description>A .NET core tool for cryptography.</Description>
<Copyright>2020 Vijayshinva Karnure</Copyright>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 544cc67

Please sign in to comment.