File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
SWEN3.Paperless.RabbitMq.Tests Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11[ ![ codecov] ( https://codecov.io/gh/ANcpLua/SWEN3.Paperless.RabbitMq/branch/main/graph/badge.svg?token=lgxIXBnFrn )] ( https://codecov.io/gh/ANcpLua/SWEN3.Paperless.RabbitMq )
2- [ ![ .NET 10] ( https://img.shields.io/badge/.NET-10.0_Preview -7C3AED )] ( https://dotnet.microsoft.com/download/dotnet/10.0 )
2+ [ ![ .NET 10] ( https://img.shields.io/badge/.NET-10.0 -7C3AED )] ( https://dotnet.microsoft.com/download/dotnet/10.0 )
33[ ![ NuGet] ( https://img.shields.io/nuget/v/SWEN3.Paperless.RabbitMq?label=NuGet&color=0891B2 )] ( https://www.nuget.org/packages/SWEN3.Paperless.RabbitMq/ )
44[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq/blob/main/LICENSE )
55
@@ -9,10 +9,6 @@ RabbitMQ messaging library for .NET with SSE support and AI-powered document sum
99
1010## Configuration
1111
12- ``` csharp
13- < EnablePreviewFeatures > true < / EnablePreviewFeatures >
14- ```
15-
1612``` json
1713{
1814 "RabbitMQ" : {
Original file line number Diff line number Diff line change 44 <TargetFramework >net10.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <EnablePreviewFeatures >true</EnablePreviewFeatures >
8- <LangVersion >preview</LangVersion >
7+ <LangVersion >latestMajor</LangVersion >
98 <IsPackable >false</IsPackable >
109 <IsTestProject >true</IsTestProject >
1110 </PropertyGroup >
Original file line number Diff line number Diff line change 44 <TargetFramework >net10.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <EnablePreviewFeatures >true</EnablePreviewFeatures >
8- <LangVersion >preview</LangVersion >
7+ <LangVersion >latestMajor</LangVersion >
98 <PackageId >SWEN3.Paperless.RabbitMq</PackageId >
10- <Version >1.0.4 </Version >
9+ <Version >1.0.5 </Version >
1110 <Authors >Alexander Nachtmann</Authors >
1211 <Description >RabbitMQ messaging and SSE support for Paperless</Description >
13- <PackageTags >rabbitmq;sse;messaging;paperless;net10;preview </PackageTags >
12+ <PackageTags >rabbitmq;sse;messaging;paperless;net10</PackageTags >
1413 <RepositoryUrl >https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq</RepositoryUrl >
1514 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1615 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments