Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNepozitek committed Aug 9, 2024
1 parent d0b8b2c commit 075f87b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.
2 changes: 1 addition & 1 deletion src/Spotflow.InMemory.Azure/Spotflow.InMemory.Azure.csproj
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>

0 comments on commit 075f87b

Please sign in to comment.