![]() |
VOOZH | about |
dotnet add package Saturn.Extensions.Serilog --version 0.1.4-dev-00001
NuGet\Install-Package Saturn.Extensions.Serilog -Version 0.1.4-dev-00001
<PackageReference Include="Saturn.Extensions.Serilog" Version="0.1.4-dev-00001" />
<PackageVersion Include="Saturn.Extensions.Serilog" Version="0.1.4-dev-00001" />Directory.Packages.props
<PackageReference Include="Saturn.Extensions.Serilog" />Project file
paket add Saturn.Extensions.Serilog --version 0.1.4-dev-00001
#r "nuget: Saturn.Extensions.Serilog, 0.1.4-dev-00001"
#:package Saturn.Extensions.Serilog@0.1.4-dev-00001
#addin nuget:?package=Saturn.Extensions.Serilog&version=0.1.4-dev-00001&prereleaseInstall as a Cake Addin
#tool nuget:?package=Saturn.Extensions.Serilog&version=0.1.4-dev-00001&prereleaseInstall as a Cake Tool
[Enter useful description for Saturn.Extensions.Serilog]
| GitHub Actions |
|---|
| 👁 GitHub Actions |
| 👁 Build History |
| Package | Stable | Prerelease |
|---|---|---|
| Saturn.Extensions.Serilog | 👁 NuGet Badge |
👁 NuGet Badge |
Make sure the following requirements are installed on your system:
or
CONFIGURATION will set the configuration of the dotnet commands. If not set, it will default to Release.
CONFIGURATION=Debug ./build.sh will result in -c additions to commands such as in dotnet build -c DebugGITHUB_TOKEN will be used to upload release notes and Nuget packages to GitHub.
DISABLE_COVERAGE Will disable running code coverage metrics. AltCover can have severe performance degradation so it's worth disabling when looking to do a quicker feedback loop.
DISABLE_COVERAGE=1 ./build.sh> build.cmd <optional buildtarget> // on windows
$ ./build.sh <optional buildtarget>// on unix
The bin of your library should look similar to:
$ tree src/MyCoolNewLib/bin/
src/MyCoolNewLib/bin/
└── Debug
└── net50
├── MyCoolNewLib.deps.json
├── MyCoolNewLib.dll
├── MyCoolNewLib.pdb
└── MyCoolNewLib.xml
Clean - Cleans artifact and temp directories.DotnetRestore - Runs dotnet restore on the solution file.DotnetBuild - Runs dotnet build on the solution file.DotnetTest - Runs dotnet test on the solution file.GenerateCoverageReport - Code coverage is run during DotnetTest and this generates a report via ReportGenerator.WatchTests - Runs dotnet watch with the test projects. Useful for rapid feedback loops.GenerateAssemblyInfo - Generates AssemblyInfo for libraries.DotnetPack - Runs dotnet pack. This includes running Source Link.SourceLinkTest - Runs a Source Link test tool to verify Source Links were properly generated.PublishToNuGet - Publishes the NuGet packages generated in DotnetPack to NuGet via paket push.GitRelease - Creates a commit message with the Release Notes and a git tag via the version in the Release Notes.GitHubRelease - Publishes a GitHub Release with the Release Notes and any NuGet packages.FormatCode - Runs Fantomas on the solution file.BuildDocs - Generates Documentation from docsSrc and the XML Documentation Comments from your libraries in src.WatchDocs - Generates documentation and starts a webserver locally. It will rebuild and hot reload if it detects any changes made to docsSrc files, libraries in src, or the docsTool itself.ReleaseDocs - Will stage, commit, and push docs generated in the BuildDocs target.Release - Task that runs all release type tasks such as PublishToNuGet, GitRelease, ReleaseDocs, and GitHubRelease. Make sure to read Releasing to setup your environment correctly for releases.git add .
git commit -m "Scaffold"
git remote add origin git@github.com:DmitryBatalov/Saturn.Extensions.Serilog.git
git push -u origin master
paket config add-token "https://www.nuget.org" 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a
NUGET_TOKEN to your keyGITHUB_TOKEN to upload release notes and artifacts to githubThen update the CHANGELOG.md with an "Unreleased" section containing release notes for this version, in KeepAChangelog format.
NOTE: Its highly recommend to add a link to the Pull Request next to the release note that it affects. The reason for this is when the RELEASE target is run, it will add these new notes into the body of git commit. GitHub will notice the links and will update the Pull Request with what commit referenced it saying "added a commit that referenced this pull request". Since the build script automates the commit message, it will say "Bump Version to x.y.z". The benefit of this is when users goto a Pull Request, it will be clear when and which version those code changes released. Also when reading the CHANGELOG, if someone is curious about how or why those changes were made, they can easily discover the work and discussions.
Here's an example of adding an "Unreleased" section to a CHANGELOG.md with a 0.1.0 section already released.
## [Unreleased]
### Added
- Does cool stuff!
### Fixed
- Fixes that silly oversight
## [0.1.0] - 2017-03-17
First release
### Added
- This release already has lots of features
[Unreleased]: https://github.com/DmitryBatalov/Saturn.Extensions.Serilog.git/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/DmitryBatalov/Saturn.Extensions.Serilog.git/releases/tag/v0.1.0
Release target, specifying the version number either in the RELEASE_VERSION environment
variable, or else as a parameter after the target name. This will:
CHANGELOG.md, moving changes from the Unreleased section into a new 0.2.0 section
Bump version to 0.2.0 and adds the new changelog section to the commit's bodymacOS/Linux Parameter:
./build.sh Release 0.2.0
macOS/Linux Environment Variable:
RELEASE_VERSION=0.2.0 ./build.sh Release
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 netcoreapp3.1 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.4-dev-00001 | 348 | 4/28/2022 |
## [0.1.4-dev-00001] - 2022-04-28
[0.1.4-dev-00001]: https://github.com/DmitryBatalov/Saturn.Extensions.Serilog/compare/v0.1.3...v0.1.4-dev-00001
### Changed
- Changed target framework support to netcoreapp3.1.