Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
React to breaking change latest API Check detects
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed May 26, 2017
1 parent b1f92fb commit 5b9e129
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
"MemberId": "public abstract System.String get_Id()",
"Kind": "Addition"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
"MemberId": "public abstract System.Void set_Id(System.String value)",
"Kind": "Addition"
}
]

0 comments on commit 5b9e129

Please sign in to comment.