File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
test/StandardWebhooks.Tests Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Releases
22
3+ # 1.1.1
4+
5+ Full changelog: [ 1.0.36 -> 1.1.1] ( https://github.com/codefactors/StandardWebhooks/compare/1.0.36...1.1.1 )
6+
7+ ## What's Changed
8+
9+ ### Update
10+ - Feat: Migrated to SVIX implementation of webhook verification which is faster and allocates
11+ less - many thanks @Hawky for the contribution
12+ - Chore: Updated dependency (xunit.runner.visualstudio)
13+
314# 1.0.36
415
516Full changelog: [ 1.0.35 -> 1.0.36] ( https://github.com/codefactors/StandardWebhooks/compare/1.0.35...1.0.36 )
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
1414 <PackageReference Include =" xunit" Version =" 2.9.3" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0 " >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 <PrivateAssets >all</PrivateAssets >
1818 </PackageReference >
You can’t perform that action at this time.
0 commit comments