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
Copy file name to clipboardExpand all lines: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Collection/CompatibilityProfileCollector.cs
+2
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ public CompatibilityProfileCollector Build(SMA.PowerShell pwsh)
82
82
}
83
83
}
84
84
85
+
// Increment the minor version if non-breaking additions have been made to the API
86
+
// Increment the major version if breaking changes have been made to the API
Copy file name to clipboardExpand all lines: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Collection/PlatformInformationCollector.cs
0 commit comments