Skip to content

Commit bbde313

Browse files
committed
release 1.2.1
1 parent 19be408 commit bbde313

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

src/SafeCrypt.Lib/SafeCrypt.csproj

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,31 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>$(AssemblyName).Data.Security</PackageId>
6-
<Title>SafeCrypt - Simple Encryption Library for C#</Title>
6+
<Title>Simple Encryption Library for C#</Title>
77
<Authors>selfmade</Authors>
88
<Company>NextGen</Company>
99
<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>
1010
<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>
1313
<PackageTags>encryption;aes;cryptography;base64;aes</PackageTags>
1414
<PackageIcon>safecrypticon.jpg</PackageIcon>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1717
<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
2119

2220
What's New:
21+
We updated some code comments, typo and repo url
2322

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
3525

3626
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
3828

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>
4131
</PropertyGroup>
4232

4333
<ItemGroup>

0 commit comments

Comments
 (0)