Skip to content

Commit

Permalink
Local READMEs (#20)
Browse files Browse the repository at this point in the history
* Local READMEs

* Add packaging reference back

* Set references
  • Loading branch information
withinfocus authored Sep 17, 2024
1 parent c59ec32 commit 49f7dc5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extensions/Bitwarden.Core/src/Bitwarden.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.36.0" />
</ItemGroup>

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

</Project>
3 changes: 3 additions & 0 deletions extensions/Bitwarden.Core/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Core .NET Extensions

Core extension classes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<Authors>Bitwarden</Authors>
<Description>Core .NET configuration extensions library</Description>
<Description>.NET configuration extensions library</Description>
<PackageProjectUrl>https://github.com/bitwarden/dotnet-extensions</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/bitwarden/dotnet-extensions/releases</PackageReleaseNotes>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
Expand All @@ -29,4 +29,8 @@
<ProjectReference Include="..\..\Bitwarden.Core\src\Bitwarden.Core.csproj" />
</ItemGroup>

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

</Project>
3 changes: 3 additions & 0 deletions extensions/Bitwarden.Extensions.Configuration/src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .NET Configuration Extensions

Configuration extension classes.

0 comments on commit 49f7dc5

Please sign in to comment.