Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Readmes #2

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Azure In-Memory SDKs for Testing

Drop-in fakes of Azure .NET SDKs to make your test blazing-fast and reliable.

[See the Project Repository](https://github.com/spotflow-io/in-memory-azure-test-sdk) for more information.
3 changes: 1 addition & 2 deletions docs/key-vault.nuget.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# In-memory Test SDKs for Azure Key Vault

This library provides in-memory SDK for Azure Key Vault which can be used as a drop-in replacement for the official
`Azure.Security.KeyVault.*` SDKs in your tests.
This library provides in-memory SDK for Azure Key Vault which can be used as a drop-in replacement for the official Azure.Security.KeyVault SDKs in your tests.

[See the Project Repository](https://github.com/spotflow-io/in-memory-azure-test-sdk) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

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

</Project>