-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rationalize OmniSharp versions #757
Comments
+1000 Also, branch |
Yeah, I think the only thing holding us up is that we're all a little confused as to what constitutes 2.0.0. Where should we call it ready? For example, should we wait until we're off project.json? Should we wait until we drop .NET Core standalone releases? Should we wait until we drop the http infrastructure and make it a plugin? |
Right, then let's call it |
I've had good success with GitVersion in other projects, atleast that helps with stamping versions. |
Makes sense to me. |
the new |
Cool. That gives me incentive to get back to making the macOS/Linux builds work on .csproj. |
Now that the dev branch is gone, I think we only need to get version stamping going to address this issue. |
Today, the only notion of version in OmniSharp are the releases and tags on GitHub. However, that isn't reflected in the assembly versions. It would be ideal if assemblies were properly stamped with a version and the version was displayed on OmniSharp launch.
The text was updated successfully, but these errors were encountered: