Skip to content

Commit

Permalink
Make note of the manual override
Browse files Browse the repository at this point in the history
  • Loading branch information
jakhog committed Mar 20, 2022
1 parent 6cc210c commit 1e9f9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Override struct {
// Overrides defines the known breaking release pairs that is not captured in the Contracts versions
var Overrides = []Override{
{
// The breaking change in ReverseCall ping-pong behaviour introduced in v6
RuntimeVersion: semver.New("6.0.0"),
SDKVersions: map[string]*semver.Version{
"DotNET": semver.New("9.0.0"),
Expand Down

0 comments on commit 1e9f9ee

Please sign in to comment.