Skip to content

Commit 65d81ab

Browse files
committed
1.0.1 typos
1 parent 61472c9 commit 65d81ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
RabbitMQ messaging library for .NET with SSE support.
99

10-
## Installation
11-
12-
```bash
13-
dotnet add package Paperless.RabbitMq
14-
```
15-
1610
## Configuration
1711

1812
```json
@@ -85,6 +79,12 @@ public record OcrCommand(Guid JobId, string FileName, string FilePath);
8579
public record OcrEvent(Guid JobId, string Status, string? Text, DateTimeOffset ProcessedAt);
8680
```
8781

82+
## Installation
83+
84+
```bash
85+
dotnet add package SWEN3.Paperless.RabbitMq
86+
```
87+
8888
## License
8989

9090
This project is licensed under the [MIT License](LICENSE).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EnablePreviewFeatures>true</EnablePreviewFeatures>
88
<LangVersion>preview</LangVersion>
99
<PackageId>SWEN3.Paperless.RabbitMq</PackageId>
10-
<Version>1.0.0</Version>
10+
<Version>1.0.1</Version>
1111
<Authors>Alexander Nachtmann</Authors>
1212
<Description>RabbitMQ messaging and SSE support for Paperless</Description>
1313
<PackageTags>rabbitmq;sse;messaging;paperless</PackageTags>

0 commit comments

Comments
 (0)