Skip to content

Commit c354a7f

Browse files
committed
doc: added link to release note to readme
1 parent 685f5ee commit c354a7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ initiated by Svix and supported by other industry participants including Zapier,
88
This repo extends the [C# reference implementation](https://github.com/standard-webhooks/standard-webhooks/tree/main/libraries/csharp),
99
providing a maintained (nuget package) along with some helpful features for ASP.NET Core developers.
1010

11-
It is supported on all current .NET Core platforms (.NET 6.0, .NET 8.0).
11+
It is supported on all current .NET Core platforms (.NET 8.0, NET 9.0).
12+
13+
## Releases
14+
15+
See the [release notes](doc/releases.md) for details of changes in each release.
16+
17+
## Functionality
1218

1319
### Generating HttpContent for a Webhook
1420
```csharp

StandardWebhooks.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandardWebhooks.Tests", "t
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{B68EAE5C-8329-4D99-8D7C-B70D82937248}"
1717
ProjectSection(SolutionItems) = preProject
18+
README.md = README.md
1819
doc\releases.md = doc\releases.md
1920
EndProjectSection
2021
EndProject

0 commit comments

Comments
 (0)