TheAngryByrd / MiniScaffold

F# Template for creating and publishing libraries targeting .NET 6.0 `net6.0` or console apps .NET 6.0 `net6.0`.
https://www.jimmybyrd.me/MiniScaffold/
MIT License
267 stars 31 forks source link

pin Octokit to 0.48 until FAKE is upgraded #243

Closed enovales closed 3 years ago

enovales commented 3 years ago

Proposed Changes

Pin Octokit to 0.48, until https://github.com/fsharp/FAKE/pull/2594 is merged and released in FAKE. Currently, the scaffold pulls in a floating version of Octokit through FAKE. Octokit had a breaking interface change in 0.50 to UploadAsset, which broke FAKE in turn.

Until that is resolved, this unbreaks the scaffold, and allows GitHub releases to succeed.

Types of changes

Checklist

Further comments