Commit c974960
committed
Add file for strong naming assembly
If you use `sn -T` on the version 1.3.0 RabbitMQ dll, you get this:
```
lib\net6.0> sn -T .\RabbitMQ.Stream.Client.dll
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
.\RabbitMQ.Stream.Client.dll does not represent a strongly named assembly
```
Actually do the signing correctly. Thanks for double-checking @Zerpet1 parent e42d8fe commit c974960
File tree
3 files changed
+5
-2
lines changed- RabbitMQ.Stream.Client
- Tests
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
Binary file not shown.
0 commit comments