diff --git a/CHANGELOG.md b/CHANGELOG.md index 9265ef3..fb44e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## 0.9.1.4 (March 19, 2021) + +* Added .NET Standard 2.0 to target frameworks. +* Updated dependencies. + ## 0.9.1.3 (February 22, 2018) * Added support for retrieving raw endpoints diff --git a/README.md b/README.md index 3b91aa4..2d053f1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Vault.NET [![Build status](https://ci.appveyor.com/api/projects/status/784hg5j70vcnumeb/branch/master?svg=true)](https://ci.appveyor.com/project/chatham/vault-net/branch/master) * Vault API: v0.9.1 -* .NET Standard 1.3 (.NET: >= 4.6, .NET Core: >= 1.0.0) -* .NET 4.5 +* .NET Standard 1.1 (.NET: >= 4.5, .NET Core: >= 1.0) +* .NET Standard 2.0 (.NET: >= 4.6.1, .NET Core: >= 2.0) * Nuget: Vault [![NuGet](https://img.shields.io/nuget/v/Vault.svg)](https://www.nuget.org/packages/Vault/) Vault.NET is an .NET API client for the interacting with [Vault](https://www.vaultproject.io/). This is a port of the go api client and provides generic methods for interacting with the paths in Vault. diff --git a/appveyor.yml b/appveyor.yml index 4cd8372..85ca49e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.9.1.3-{build}-{branch} +version: 0.9.1.4-{build}-{branch} configuration: Release pull_requests: do_not_increment_build_number: true @@ -9,7 +9,7 @@ nuget: environment: VAULT_BIN: C:\vault\vault.exe VAULT_VERSION: 0.9.1 - PACKAGE_VERSION: 0.9.1.3 + PACKAGE_VERSION: 0.9.1.4 install: - cinst: 7zip.commandline diff --git a/src/Vault/Vault.csproj b/src/Vault/Vault.csproj index 97721b6..0156f46 100644 --- a/src/Vault/Vault.csproj +++ b/src/Vault/Vault.csproj @@ -1,13 +1,13 @@ - + - netstandard1.1 + netstandard1.1;netstandard2.0 Vault https://github.com/Chatham/Vault.NET/ https://github.com/Chatham/Vault.NET/blob/master/LICENSE https://github.com/Chatham/Vault.NET/blob/master/vault.png?raw=true - 0.9.1.3 + 0.9.1.4 vault;api;hashicorp Chatham Financial Corp. .NET API for Vault (https://www.vaultproject.io/) @@ -15,10 +15,17 @@ + + + + - - - + + + + + + diff --git a/test/Vault.Tests/Vault.Tests.csproj b/test/Vault.Tests/Vault.Tests.csproj index 838f862..10892a2 100644 --- a/test/Vault.Tests/Vault.Tests.csproj +++ b/test/Vault.Tests/Vault.Tests.csproj @@ -1,16 +1,19 @@ - + - netcoreapp2.0 + netcoreapp2.2 false - - - - + + + + + all + runtime; build; native; contentfiles; analyzers +