From 2412d053942c85429f88a2df3d3bdd605a1b73dc Mon Sep 17 00:00:00 2001 From: Sebastian Walther Date: Sun, 17 Nov 2024 18:48:03 +0100 Subject: [PATCH] Bump version: [v0.12.0] Resolves: No entry --- CHANGELOG.md | 5 +++-- README.md | 12 ++++++------ src/Properties/AssemblyInfo.cs | 4 ++-- src/SecretSharingDotNet.csproj | 4 ++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d46dac..ae34c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.12.0] - 2024-11-17 ### Added - Added .NET 9.0 support - Added use-case interfaces `IMakeSharesUseCase` and `IReconstructUseCase` to the `SecretSharingDotNet` project. @@ -220,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `LICENSE.md` - Added `README.md` -[Unreleased]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.11.0...develop +[Unreleased]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.12.0...develop +[0.12.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.10.2...v0.11.0 [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 diff --git a/README.md b/README.md index 440cdfc..5faa531 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ An C# implementation of Shamir's Secret Sharing. - SecretSharingDotNet NuGet - NuGet Version 0.11.0 - Tag + SecretSharingDotNet NuGet + NuGet Version 0.12.0 + Tag Standard 2.0 @@ -94,10 +94,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.11.0 of the SecretSharingDotNet package: +2. Use the following command to install version 0.12.0 of the SecretSharingDotNet package: ```dotnetcli - dotnet add package SecretSharingDotNet -v 0.11.0 -f + dotnet add package SecretSharingDotNet -v 0.12.0 -f ``` 3. After the completion of the command, look at the project file to make sure that the package is successfully installed. @@ -106,7 +106,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 23ebac5..f581d62 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.11.0")] -[assembly: AssemblyFileVersion("0.11.0")] +[assembly: AssemblyVersion("0.12.0")] +[assembly: AssemblyFileVersion("0.12.0")] [assembly: NeutralResourcesLanguage("en")] [assembly: System.CLSCompliant(true)] diff --git a/src/SecretSharingDotNet.csproj b/src/SecretSharingDotNet.csproj index 4239d75..ee9ab1e 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.11.0/CHANGELOG.md + Changelog: https://github.com/shinji-san/SecretSharingDotNet/blob/v0.12.0/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.11.0 + 0.12.0 Sebastian Walther Private Person true