This is an F# Template for:
net8.0
net8.0
This takes away the ambiguity that developers face when creating an OSS project. Such as:
Release
build step commits latest CHANGELOG.md in the body and creates a git tag.
CHANGELOG.md
it will update that Pull Request with the version it was released in.Release
build step publishes a GitHub Release via the CHANGELOG.md and adds any artifacts (nuget/zip/targz/etc).net8.0
- Target Frameworks
net8.0
.NET 8.0 installedCHANGELOG.md
CHANGELOG.md
net8.0
application - Target Frameworks
net8.0
win-x64
, osx-x64
and linux-x64
- Runtime Identifiers. Bundles the application via dotnet-packaging
win-x64
application in a .zip file.osx-x64
application in a .tar.gz file.linux-x64
application in a .tar.gz file.
|
|
|
Takes you by the hand through a series of steps to create your first library.
Guides you through the steps involved in addressing key problems and use-cases.
Discusses key topics and concepts at a fairly high level and provide useful background information and explanation..
Contain technical references.