File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ RabbitMQ messaging library for .NET with SSE support.
99
1010## Configuration
1111
12+ ``` csharp
13+ < EnablePreviewFeatures > true < / EnablePreviewFeatures >
14+ ```
15+
1216``` json
1317{
1418 "RabbitMQ" : {
Original file line number Diff line number Diff line change 77 <EnablePreviewFeatures >true</EnablePreviewFeatures >
88 <LangVersion >preview</LangVersion >
99 <PackageId >SWEN3.Paperless.RabbitMq</PackageId >
10- <Version >1.0.2 </Version >
10+ <Version >1.0.3 </Version >
1111 <Authors >Alexander Nachtmann</Authors >
12- <projectUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</projectUrl >
1312 <Description >RabbitMQ messaging and SSE support for Paperless</Description >
14- <PackageTags >rabbitmq;sse;messaging;paperless</PackageTags >
13+ <PackageTags >rabbitmq;sse;messaging;paperless;net10;preview</PackageTags >
14+ <RepositoryUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</RepositoryUrl >
1515 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1616 <PackageReadmeFile >README.md</PackageReadmeFile >
17- <RepositoryUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</RepositoryUrl >
17+ <PackageProjectUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</PackageProjectUrl >
18+
1819
1920 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
2021 <IncludeSymbols >true</IncludeSymbols >
You can’t perform that action at this time.
0 commit comments