ChrisPritchard / FSH

F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
MIT License
258 stars 12 forks source link

Add pre-compiled releases for various platforms #9

Closed ChrisPritchard closed 5 years ago

ChrisPritchard commented 5 years ago

This might make it easier to use FSH, if users don't need to have .net core installed and build expertise in order to get going. On the other hand, the project is a bit educational re F#/dotnet core... so... but better to be egalitarian anyway.

voronoipotato commented 5 years ago

Is this talking about dotnet publish --self-contained? I think it's not a bad idea if we can get this to not even require dotnet core as a dependency, at least as an option.

ChrisPritchard commented 5 years ago

Completed

ChrisPritchard commented 5 years ago

The new release fell behind the bug fixes pretty quickly, so I deleted it. I think I'll add a release if/when it gets more stable.

voronoipotato commented 5 years ago

Sounds good