Skip to content

Commit 08a7183

Browse files
committed
Update README add preview feature configuration
1 parent 0dd8abe commit 08a7183

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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": {

SWEN3.Paperless.RabbitMq/SWEN3.Paperless.RabbitMq.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
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>

0 commit comments

Comments
 (0)