Skip to content

Commit ec06b46

Browse files
authored
Readme and license updates (#51)
* readme and license updates * added readme to nuget package
1 parent 340996f commit ec06b46

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Mikhail Merkulov
3+
Copyright (c) 2024 Mikhail Merkulov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
VaultSharp.Extensions.Configuration is an extension to [VaultSharp](https://github.com/rajanadar/VaultSharp) that allows reading configuration options from Vault.
66

7-
VaultSharp.Extensions.Configuration is a .NET Standard 2.0, 2.1 and .NET 6.0 based cross-platform C# Library.
7+
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.
88

99
## Get Started
1010

Source/VaultSharp.Extensions.Configuration/VaultSharp.Extensions.Configuration.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
This library is built with .NET Standard 2.0, 2.1, .NET 6, .NET 7, .NET 8
2121
</Description>
2222
<PackageTags>Vault;Configuration;Data protection;Hashicorp</PackageTags>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
</PropertyGroup>
2425

26+
<ItemGroup>
27+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
28+
</ItemGroup>
29+
2530
<ItemGroup>
2631
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
2732
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)