Skip to content

Feature/netcore3.0 #1849

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

Merged
merged 5 commits into from
Oct 10, 2019
Merged

Feature/netcore3.0 #1849

merged 5 commits into from
Oct 10, 2019

Conversation

arturcic
Copy link
Member

@arturcic arturcic commented Oct 9, 2019

This PR adds the following:

  • Added .net core 3.0 support
  • Drop .net core 2.2 support, we'll support current version (3.0) and lts version (2.1)
  • Made GitVersionCore target netstandard2.0
  • Generate SingleExecutable File for each os platform, for now the windows executable is used in the portable and cmdline package. Later we could add homebrew for macos as well as snaps https://snapcraft.io for linux. This will allow to run the GitVersion on macos and linux distros without mono or dotnet installed as it's self contained.
  • Drop ilmerge in favor of SingleExecutable
  • Publish tar.gz files, later on we'll add npm support using these tar.gz files

@arturcic arturcic requested a review from asbjornu October 9, 2019 18:26
Copy link
Member

@asbjornu asbjornu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are absolutely amazing, @arturcic. ❤️

Copy link
Contributor

@jetersen jetersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@arturcic
Copy link
Member Author

@asbjornu if you don't mind I'll merge the PR

@arturcic arturcic merged commit bc04fad into GitTools:master Oct 10, 2019
@arturcic arturcic deleted the feature/netcore3.0 branch October 10, 2019 11:03
@jetersen
Copy link
Contributor

Marvelous!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants