dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
128 stars 229 forks source link

Make Recommended Version API Return Version instead of String #1714

Closed nagilson closed 3 months ago

nagilson commented 3 months ago

This new API we introduced in 2.0.2 will be changed to return IDotnetVersion instead of a string. This will be the only change in 2.0.3.

This will make calling the API simpler for external users. It's a breaking change, but we have not documented this and its relatively new, so should be OK.