Skip to content

Commit

Permalink
Add README.md to the NuGet package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-schimke authored Apr 11, 2024
2 parents 4746514 + b3a41b6 commit 1d07cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# SensitiveString
[![NuGet Version](http://img.shields.io/nuget/v/SensitiveString.svg?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/SensitiveString/) [![NuGet Downloads](https://img.shields.io/nuget/dt/SensitiveString.svg?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/SensitiveString/)

Introducing SensitiveString, your shield against inadvertent exposure of sensitive information in application logs and beyond.

This lightweight NuGet package wraps strings in a protective layer, ensuring that sensitive data remains secure and inaccessible without explicit handling.
Expand Down
6 changes: 4 additions & 2 deletions src/SensitiveString/SensitiveString.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<Deterministic>true</Deterministic>

<Version>0.1.0</Version>
<Version>0.1.1</Version>
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>

<PackageId>SensitiveString</PackageId>
Expand All @@ -34,6 +34,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<!-- <PackageIcon>icon.png</PackageIcon> -->
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValidation>true</EnablePackageValidation>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down Expand Up @@ -68,6 +69,7 @@
<ItemGroup>
<!-- <None Include="../../assets/icon.png" Pack="true" Visible="false" PackagePath="/" /> -->
<None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="/" />
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 1d07cf2

Please sign in to comment.