Commit 915fd14
committed
fix: convert pfx (used for strong signing) to snk; cant build against pfx.
```shell
csc PfxToSnk.cs
PfxToSnk.exe bcrypt.pfx YourPfxPassword
sn -Tp bin\Release\net10.0\BCrypt.Net-Next-StrongName.dll
---
Public key (hash algorithm: sha1):
0024000004800000940000000602000000240000525341310004000001000100fd7d3be24bc7ac
e3fe3e8af407bd7c6ad5548f990c2e8cf7cbefcbd9f8cbaf4b201c11c44cbf7cb5cd0492524b5a
4d0ef8683a7f9911c9d75055662147475c2795d89698118d6cc90ebfc007c5608d5812ee4474ec
c55f3064ae8fc689e9b227064288c6d6360cdee9c078042db52e93fea6885e10966a5b5743620b
c3748aed
Public key token is 1e11be04b6288443
```
Token extracted from nuget package:
Assembly BCrypt.Net-Next.StrongName, Version=2.1.3.0, Culture=neutral, PublicKeyToken=1e11be04b62884431 parent 1873949 commit 915fd14
7 files changed
Lines changed: 30 additions & 16 deletions
File tree
- assets
- benchmarks
- src
- tests
- UnitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
This file was deleted.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments