You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newPr.Body="Dotty updated the following for your convenience.\n\n"+updateLog+"\n\n**Don't forget to update the .NET Compatibility docs:memo: with the new versions!**\n";
270
+
newPr.Body=
271
+
$@"Dotty updated the following for your convenience.
272
+
273
+
{updateLog}
274
+
275
+
Developer checklist:
276
+
- [ ] Verify all integration tests complete successfully
277
+
- [ ] Update .NET agent compatibility / requirements documentation to reflect the latest supported versions";
0 commit comments