Skip to content

Commit 512345e

Browse files
Paul ReardonPaul Reardon
authored andcommitted
Update Documentation ready for First Push
1 parent 31d8785 commit 512345e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
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>

src/AzureServiceBusEmulator.Configuration/AzureServiceBusEmulator.Configuration.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
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>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
```

0 commit comments

Comments
 (0)