From c08b31ac30d6db78990f276baeedc63d4f575bf2 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 29 Aug 2023 13:05:39 -0500 Subject: [PATCH] Upgrade project versions to 1.2.0 in prep for NuGet release --- Client/Client.csproj | 2 +- SecureStore/SecureStore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 4b30fe1..f1d2e5c 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -23,7 +23,7 @@ true true - 1.2.0-preview2 + 1.2.0 true snupkg true diff --git a/SecureStore/SecureStore.csproj b/SecureStore/SecureStore.csproj index 7806c1a..6b5daca 100644 --- a/SecureStore/SecureStore.csproj +++ b/SecureStore/SecureStore.csproj @@ -7,7 +7,7 @@ NeoSmart.SecureStore True SecureStore - 1.2.0-preview2 + 1.2.0 NeoSmart Technologies, Mahmoud Al-Qudsi NeoSmart Technologies A simple but secure secrets manager library for .NET and .NET Core, with on-disk encrypted storage. Securely store passwords and private keys in a git-friendly, human-readable format, optimized for local development and secure remote deployment.