diff --git a/README.md b/README.md index 0ada5d7..c09917f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/SensitiveString/SensitiveString.csproj b/src/SensitiveString/SensitiveString.csproj index 712c8d7..f0ce945 100644 --- a/src/SensitiveString/SensitiveString.csproj +++ b/src/SensitiveString/SensitiveString.csproj @@ -19,7 +19,7 @@ true - 0.1.0 + 0.1.1 true SensitiveString @@ -34,6 +34,7 @@ LICENSE false + README.md true true @@ -68,6 +69,7 @@ + - \ No newline at end of file +