Skip to content

Commit d19610f

Browse files
committed
Make links clickable in the CHANGELOG
1 parent 5c5c748 commit d19610f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Before:
1515
graph LR
1616
classDef default fill:aquamarine,stroke:#009061,color:#333333
1717
MyPrivatePackage --> Serilog
18+
click MyPrivatePackage "https://www.nuget.org/packages/MyPrivatePackage/1.0.0" "MyPrivatePackage 1.0.0"
19+
click Serilog "https://www.nuget.org/packages/Serilog/4.3.0" "Serilog 4.3.0"
1820
```
1921

2022
After:
@@ -25,6 +27,7 @@ classDef default fill:aquamarine,stroke:#009061,color:#333333
2527
classDef private fill:moccasin,stroke:#AF8844
2628
MyPrivatePackage --> Serilog
2729
class MyPrivatePackage private
30+
click Serilog "https://www.nuget.org/packages/Serilog/4.3.0" "Serilog 4.3.0"
2831
```
2932

3033
## [0.4.0][0.4.0] - 2025-06-26

0 commit comments

Comments
 (0)