|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <PackageId>$(AssemblyName).Data.Security</PackageId> |
6 | | - <Title>SafeCrypt - Simple Encryption Library for C#</Title> |
| 6 | + <Title>Simple Encryption Library for C#</Title> |
7 | 7 | <Authors>selfmade</Authors> |
8 | 8 | <Company>NextGen</Company> |
9 | 9 | <Description>The SafeCrypt library provides a set of methods for encrypting and decrypting data using various encryption algorithms, including the Advanced Encryption Standard (AES) and RSA (Rivest–Shamir–Adleman). It is designed to be easy to use and can be integrated into C# applications that require secure data transmission or storage.</Description> |
10 | 10 | <Copyright>Raphael Anyanwu</Copyright> |
11 | | - <PackageProjectUrl>https://github.com/selfmadecode/SafeCrypt</PackageProjectUrl> |
12 | | - <RepositoryUrl>https://github.com/selfmadecode/SafeCrypt</RepositoryUrl> |
| 11 | + <PackageProjectUrl>https://github.com/selfmadecode/SafeEnkrypt</PackageProjectUrl> |
| 12 | + <RepositoryUrl>https://github.com/selfmadecode/SafeEnkrypt</RepositoryUrl> |
13 | 13 | <PackageTags>encryption;aes;cryptography;base64;aes</PackageTags> |
14 | 14 | <PackageIcon>safecrypticon.jpg</PackageIcon> |
15 | 15 | <PackageReadmeFile>README.md</PackageReadmeFile> |
16 | 16 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
17 | 17 | <PackageLicenseFile>MitLicense.txt</PackageLicenseFile> |
18 | | - <PackageReleaseNotes>Release Note - Version 1.2.0 |
19 | | - |
20 | | -We are excited to announce the latest version of SafeCrypt (v1.2.0), bringing a new feature, improvements, and bug fixes to enhance your experience with our encryption library. |
| 18 | + <PackageReleaseNotes>Release Note - Version 1.2.1 |
21 | 19 |
|
22 | 20 | What's New: |
| 21 | +We updated some code comments, typo and repo url |
23 | 22 |
|
24 | | -Aes Class Renamed: |
25 | | -We renamed the AesEncryption and AesDecryption class to Aes, and consolidate all encrypting and decrypting methods within this single static class. This means you can now directly access the class without the need for instantiation. |
26 | | - |
27 | | -Introduction of RSACryptoServiceProvider Algorithm: |
28 | | -We have introduced the RSACryptoServiceProvider algorithm, allowing users to choose the encryption method that best suits their specific requirements. |
29 | | - |
30 | | -Bug Fixes for Aes: |
31 | | -We have addressed and resolved several bugs in the Aes implementation. |
32 | | - |
33 | | -Upgrade Command: |
34 | | -dotnet add package SafeCrypt --version 1.2.0 |
| 23 | +What's coming: |
| 24 | +More easy to use encryption methods |
35 | 25 |
|
36 | 26 | Feedback and Contributions: |
37 | | -We appreciate your feedback and contributions! If you encounter any issues or have suggestions, please create an issue on GitHub: https://github.com/selfmadecode/SafeCrypt/issues |
| 27 | +We appreciate your feedback and contributions! If you encounter any issues or have suggestions, please create an issue on GitHub: https://github.com/selfmadecode/SafeEnkrypt/issues |
38 | 28 |
|
39 | | -Thank you for using the SafeCrypt Library!</PackageReleaseNotes> |
40 | | - <Version>1.2.0</Version> |
| 29 | +Thank you for using the Library!</PackageReleaseNotes> |
| 30 | + <Version>1.2.1</Version> |
41 | 31 | </PropertyGroup> |
42 | 32 |
|
43 | 33 | <ItemGroup> |
|
0 commit comments