File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
src/AzureServiceBusEmulator.Configuration Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 77 <RepositoryUrl >https://github.com/preardon/AzureServiceBusEmulator.Configuration</RepositoryUrl >
88 <RepositoryType >git</RepositoryType >
99 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
1011 </PropertyGroup >
1112</Project >
Original file line number Diff line number Diff line change 66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <PackageId >ReardonTech.AzureServiceBusEmulator.Configuration</PackageId >
88 <Title >Azure Service Bus Emulator Configuration Builder</Title >
9+
10+ <PackageReadmeFile >README.md</PackageReadmeFile >
911 </PropertyGroup >
1012
13+ <ItemGroup >
14+ <None Include =" README.md" Pack =" true" PackagePath =" " />
15+ </ItemGroup >
16+
1117</Project >
Original file line number Diff line number Diff line change 1+ # Azure Service Bus Local Emulator Configuration Generator
2+
3+ This package contains a Configuration Builder for Azure Service Bus local Emulator Configuration Files.
4+
5+ ``` c#
6+ ReardonTech .AzureServiceBusEmulator .Configuration .AsbEmulatorConfigurationBuilder
7+ ```
You can’t perform that action at this time.
0 commit comments