Skip to content

Commit

Permalink
Upgrade project versions to 1.2.0 in prep for NuGet release
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Aug 29, 2023
1 parent dd94576 commit c08b31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<StartupObject></StartupObject>
<Version>1.2.0-preview2</Version>
<Version>1.2.0</Version>
<DebugSymbols>true</DebugSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackAsTool>true</PackAsTool>
Expand Down
2 changes: 1 addition & 1 deletion SecureStore/SecureStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>NeoSmart.SecureStore</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>SecureStore</PackageId>
<Version>1.2.0-preview2</Version>
<Version>1.2.0</Version>
<Authors>NeoSmart Technologies, Mahmoud Al-Qudsi</Authors>
<Company>NeoSmart Technologies</Company>
<Description>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.</Description>
Expand Down

0 comments on commit c08b31a

Please sign in to comment.