Skip to content

Commit a53a904

Browse files
committed
feat: update release note in csproj
1 parent d2e9566 commit a53a904

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

src/SafeCrypt.Lib/SafeCrypt.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,26 @@
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1717
<PackageLicenseFile>MitLicense.txt</PackageLicenseFile>
18-
<PackageReleaseNotes>SafeCrypt Library - Release Notes - Version 1.0.1
18+
<PackageReleaseNotes>SafeCrypt Library - Release Notes - Version 1.0.2
1919

20-
This release (version 1.0.1) includes updates to the documentation and namespace changes. We have improved the README document to provide more comprehensive information about the library and made adjustments to the namespaces for better organization.
20+
We are excited to announce the latest version of SafeCrypt (v1.0.2), featuring a significant enhancement to our encryption methods. In this release, all encryption operations are now asynchronous, providing improved performance and responsiveness.
2121

22-
Changes
23-
24-
- Updated README document with detailed usage instructions, API references, and contribution guidelines.
25-
- Made changes to namespaces for better organization and clarity in the codebase.
22+
What's New:
23+
Async Encryption and Decryption:
24+
We have made all encryption methods asynchronous to better align with modern programming practices and enhance the overall responsiveness of SafeCrypt.
2625

2726
Bug Fixes
2827

2928
No bug fixes in this release.
3029

3130
Upgrade Command:
32-
dotnet add package SafeCrypt --version 1.0.1
31+
dotnet add package SafeCrypt --version 1.0.2
3332

3433
Feedback and Contributions:
3534
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
3635

3736
Thank you for using the SafeCrypt Library!</PackageReleaseNotes>
38-
<Version>1.0.1</Version>
37+
<Version>1.0.2</Version>
3938
</PropertyGroup>
4039

4140
<ItemGroup>

0 commit comments

Comments
 (0)