diff --git a/LICENSE.md b/LICENSE.md index e4a0b00..92348ca 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Mikhail Merkulov +Copyright (c) 2024 Mikhail Merkulov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8dc3513..c60e124 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ VaultSharp.Extensions.Configuration is an extension to [VaultSharp](https://github.com/rajanadar/VaultSharp) that allows reading configuration options from Vault. -VaultSharp.Extensions.Configuration is a .NET Standard 2.0, 2.1 and .NET 6.0 based cross-platform C# Library. +VaultSharp.Extensions.Configuration is a .NET Standard 2.0, 2.1, .NET 6.0, .NET 7.0, and .NET 8.0 based cross-platform C# Library. ## Get Started diff --git a/Source/VaultSharp.Extensions.Configuration/VaultSharp.Extensions.Configuration.csproj b/Source/VaultSharp.Extensions.Configuration/VaultSharp.Extensions.Configuration.csproj index de2cd95..a644572 100644 --- a/Source/VaultSharp.Extensions.Configuration/VaultSharp.Extensions.Configuration.csproj +++ b/Source/VaultSharp.Extensions.Configuration/VaultSharp.Extensions.Configuration.csproj @@ -20,8 +20,13 @@ This library is built with .NET Standard 2.0, 2.1, .NET 6, .NET 7, .NET 8 Vault;Configuration;Data protection;Hashicorp + README.md + + + + all