-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ad2ef4
commit 0d7e08e
Showing
2 changed files
with
53 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
### 0.0.0.1 - Undefined | ||
### 0.0.1 - 05.03.2020 | ||
|
||
* Initial release | ||
* Initial release | ||
* What's included: | ||
- Paket, FAKE, and Fornax added as `dotnet` local tools (`.config/dotnet-tools.json`) | ||
- `build.fsx` file, containing default FAKE script with targets for building, testing, documentation generation, publishing to GitHub, and publishing to NuGet | ||
- `paket.dependencies` with basic set of dependencies | ||
- `src` folder containing 2 projects - one class library (`netstandard2.0`), and CLI tool (`netcoreapp3.1`) | ||
- `test` folder containing UnitTest project using Expecto and FsCheck | ||
- `docs` folder with Fornax documentation template that will generate nice documentation for your project. | ||
- `.devcontainer` folder with definition of [Development Container](https://code.visualstudio.com/docs/remote/containers) | ||
- `.github/workflows` folder with definition for 2 GitHub actions - one for building and testing code as CI, one for deploying documentation when new tag is pushed. To use latter, you need to define `PERSONAL_TOKEN` secret in GitHub repo settings with Personal Access Token. | ||
- `.github/ISSUE_TEMPLATE` folder with 2 different issue templates - one for bug report, other one for feature request |