Skip to content

Commit

Permalink
Readme and license updates (#51)
Browse files Browse the repository at this point in the history
* readme and license updates

* added readme to nuget package
  • Loading branch information
MrZoidberg authored Jan 30, 2024
1 parent 340996f commit ec06b46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@
This library is built with .NET Standard 2.0, 2.1, .NET 6, .NET 7, .NET 8
</Description>
<PackageTags>Vault;Configuration;Data protection;Hashicorp</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ec06b46

Please sign in to comment.