From e63a63fa37e0de4bd67b4c6a242a22d6fb98428f Mon Sep 17 00:00:00 2001 From: Sebastian Walther Date: Sat, 16 Sep 2023 20:49:18 +0200 Subject: [PATCH] Bump version to v0.10.2 Resolves: No entry --- CHANGELOG.md | 6 +++++- README.md | 12 ++++++------ src/Properties/AssemblyInfo.cs | 4 ++-- src/SecretSharingDotNet.csproj | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f3ff3..7674059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.10.2] - 2023-09-16 ### Changed - FinitePoint: Use `ReadOnlySpan` for `string` parameters in ctor and methods. ### Deprecated - The Secret Legacy Mode is marked as deprecated and will be removed in one of the next releases. +### Fixed +- Fixed NETSDK1187 warning (see #151). Locale 'de-de' is normalized to the standard locale 'de-DE'. + ## [0.10.1] - 2023-05-08 ### Fixed - Fixed BigIntCalculator's Equals method to avoid timing attacks. The slow equal implementation is used now. @@ -189,6 +192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `LICENSE.md` - Added `README.md` +[0.10.2]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.8.0...v0.9.0 diff --git a/README.md b/README.md index 80f71dc..0c6f1a5 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ An C# implementation of Shamir's Secret Sharing. - SecretSharingDotNet NuGet - NuGet Version 0.10.1 - Tag + SecretSharingDotNet NuGet + NuGet Version 0.10.2 + Tag Standard 2.0 @@ -110,10 +110,10 @@ An C# implementation of Shamir's Secret Sharing. 1. Open a console and switch to the directory, containing your project file. -2. Use the following command to install version 0.10.1 of the SecretSharingDotNet package: +2. Use the following command to install version 0.10.2 of the SecretSharingDotNet package: ```dotnetcli - dotnet add package SecretSharingDotNet -v 0.10.1 -f + dotnet add package SecretSharingDotNet -v 0.10.2 -f ``` 3. After the completition of the command, look at the project file to make sure that the package is successfuly installed. @@ -122,7 +122,7 @@ An C# implementation of Shamir's Secret Sharing. ```xml - + ``` ## Remove SecretSharingDotNet package diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 47f45aa..873a112 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -15,8 +15,8 @@ [assembly: Guid("1c21b99c-2de4-4ca5-b4ce-bc95cf89369e")] -[assembly: AssemblyVersion("0.10.1")] -[assembly: AssemblyFileVersion("0.10.1")] +[assembly: AssemblyVersion("0.10.2")] +[assembly: AssemblyFileVersion("0.10.2")] [assembly: NeutralResourcesLanguage("en")] [assembly: System.CLSCompliant(true)] diff --git a/src/SecretSharingDotNet.csproj b/src/SecretSharingDotNet.csproj index 25a5074..6eea3a0 100644 --- a/src/SecretSharingDotNet.csproj +++ b/src/SecretSharingDotNet.csproj @@ -11,14 +11,14 @@ false SecretSharingDotNet MIT - Changelog: https://github.com/shinji-san/SecretSharingDotNet/blob/v0.10.1/CHANGELOG.md + Changelog: https://github.com/shinji-san/SecretSharingDotNet/blob/v0.10.2/CHANGELOG.md An C# implementation of Shamir's Secret Sharing README.md secret sharing;shamir secret sharing;cryptography https://github.com/shinji-san/SecretSharingDotNet https://github.com/shinji-san/SecretSharingDotNet git - 0.10.1 + 0.10.2 Sebastian Walther Private Person true