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.
9
9
10
10
## Configuration
11
11
12
+ ``` csharp
13
+ < EnablePreviewFeatures > true < / EnablePreviewFeatures >
14
+ ```
15
+
12
16
``` json
13
17
{
14
18
"RabbitMQ" : {
Original file line number Diff line number Diff line change 7
7
<EnablePreviewFeatures >true</EnablePreviewFeatures >
8
8
<LangVersion >preview</LangVersion >
9
9
<PackageId >SWEN3.Paperless.RabbitMq</PackageId >
10
- <Version >1.0.2 </Version >
10
+ <Version >1.0.3 </Version >
11
11
<Authors >Alexander Nachtmann</Authors >
12
- <projectUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</projectUrl >
13
12
<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 >
15
15
<PackageLicenseExpression >MIT</PackageLicenseExpression >
16
16
<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
+
18
19
19
20
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
20
21
<IncludeSymbols >true</IncludeSymbols >
You can’t perform that action at this time.
0 commit comments