Skip to content

Commit

Permalink
Update Nuget Info (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNepozitek authored Aug 9, 2024
1 parent b87c3d0 commit f8b5a8b
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 10 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<EmbedAllSources>true</EmbedAllSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageProjectUrl>https://github.com/spotflow-io/in-memory-azure-test-sdk</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions docs/event-hubs.nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# In-memory Test SDKs for Azure Event Hubs

This library provides in-memory SDK for Azure Event Hubs which can be used as a drop-in replacement for the official Azure.Messaging.EventHubs SDK in your tests.

[See the Project Repository](https://github.com/spotflow-io/in-memory-azure-test-sdk) for more information.
6 changes: 6 additions & 0 deletions docs/key-vault.nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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.

[See the Project Repository](https://github.com/spotflow-io/in-memory-azure-test-sdk) for more information.
5 changes: 5 additions & 0 deletions docs/service-bus.nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# In-memory Test SDKs for Azure Service Bus

This library provides in-memory SDK for Azure Event Hubs which can be used as a drop-in replacement for the official Azure.Messaging.ServiceBus in your tests.

[See the Project Repository](https://github.com/spotflow-io/in-memory-azure-test-sdk) for more information.
6 changes: 6 additions & 0 deletions docs/storage.nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# In-memory Test SDKs for Azure Storage

This library provides in-memory SDK for Azure Storage which can be used as a drop-in replacement for the official Azure.Storage.Blobs and
Azure.Data.Tables 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 @@ -4,7 +4,7 @@
<Description>In-memory implementation of the Azure Event Hubs clients for convenient testing.</Description>
<PackageTags>$(PackageTags);EventHub</PackageTags>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,6 +16,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../docs/event-hubs.md" Pack="true" PackagePath="README.md" />
<None Include="../../docs/event-hubs.md" PackagePath="README.md" />
<None Include="../../docs/event-hubs.nuget.md" Pack="true" PackagePath="README.nuget.md" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>In-memory implementation of the Azure Key Vault clients for convenient testing.</Description>
<PackageTags>$(PackageTags);KeyVault;Secrets</PackageTags>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,6 +16,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../docs/key-vault.md" Pack="true" PackagePath="README.md" />
<None Include="../../docs/key-vault.md" PackagePath="README.md" />
<None Include="../../docs/key-vault.nuget.md" Pack="true" PackagePath="README.nuget.md" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../docs/service-bus.md" Pack="true" PackagePath="README.md" />
<None Include="../../docs/service-bus.nuget.md" Pack="true" PackagePath="README.md" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>In-memory implementation of the Azure Service Bus clients for convenient testing.</Description>
<PackageTags>$(PackageTags);ServiceBus</PackageTags>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,7 +14,8 @@


<ItemGroup>
<None Include="../../docs/service-bus.md" Pack="true" PackagePath="README.md" />
<None Include="../../docs/service-bus.md" PackagePath="README.md" />
<None Include="../../docs/service-bus.nuget.md" Pack="true" PackagePath="README.nuget.md" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>In-memory implementation of the Azure Storage Blobs and Tables clients for convenient testing.</Description>
<PackageTags>$(PackageTags);Storage;Blobs;Tables</PackageTags>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +22,8 @@
</ItemGroup>

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

</Project>

0 comments on commit f8b5a8b

Please sign in to comment.