Fake.Extensions.Release
0.3.0
See the version list below for details.
dotnet add package Fake.Extensions.Release --version 0.3.0
NuGet\Install-Package Fake.Extensions.Release -Version 0.3.0
<PackageReference Include="Fake.Extensions.Release" Version="0.3.0" />
paket add Fake.Extensions.Release --version 0.3.0
#r "nuget: Fake.Extensions.Release, 0.3.0"
// Install Fake.Extensions.Release as a Cake Addin #addin nuget:?package=Fake.Extensions.Release&version=0.3.0 // Install Fake.Extensions.Release as a Cake Tool #tool nuget:?package=Fake.Extensions.Release&version=0.3.0
A libary for extended release notes functions using FAKE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Fake.Api.GitHub (>= 5.23.0-alpha002)
- Fake.Core.ReleaseNotes (>= 5.23.0-alpha002)
- Fake.Core.Target (>= 5.23.0-alpha002)
- Fake.DotNet.AssemblyInfoFile (>= 5.23.0-alpha002)
- Fake.IO.FileSystem (>= 5.23.0-alpha002)
- Fake.IO.Zip (>= 5.23.0-alpha002)
- Fake.Tools.Git (>= 5.23.0-alpha002)
- FSharp.Core (>= 6.0.5-beta.22281.4)
-
net5.0
- Fake.Api.GitHub (>= 5.23.0-alpha002)
- Fake.Core.ReleaseNotes (>= 5.23.0-alpha002)
- Fake.Core.Target (>= 5.23.0-alpha002)
- Fake.DotNet.AssemblyInfoFile (>= 5.23.0-alpha002)
- Fake.IO.FileSystem (>= 5.23.0-alpha002)
- Fake.IO.Zip (>= 5.23.0-alpha002)
- Fake.Tools.Git (>= 5.23.0-alpha002)
- FSharp.Core (>= 6.0.5-beta.22281.4)
-
net6.0
- Fake.Api.GitHub (>= 5.23.0-alpha002)
- Fake.Core.ReleaseNotes (>= 5.23.0-alpha002)
- Fake.Core.Target (>= 5.23.0-alpha002)
- Fake.DotNet.AssemblyInfoFile (>= 5.23.0-alpha002)
- Fake.IO.FileSystem (>= 5.23.0-alpha002)
- Fake.IO.Zip (>= 5.23.0-alpha002)
- Fake.Tools.Git (>= 5.23.0-alpha002)
- FSharp.Core (>= 6.0.5-beta.22281.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Additions:
[[#3f203b4](https://github.com/Freymaurer/Fake.Extensions.Release/commit/3f203b466bf645f6edc2759525eca3c66b92b4be)] Update README.md :books:
[[#ded1898](https://github.com/Freymaurer/Fake.Extensions.Release/commit/ded1898269a42af82c20faca79ac82528e10a5d0)] Add build.fsproj
[[#1dcc57b](https://github.com/Freymaurer/Fake.Extensions.Release/commit/1dcc57b78341e6fa452fad0b7b236af558fd0c9c)] Add unit tests :white_check_mark:
[[#e5823b3](https://github.com/Freymaurer/Fake.Extensions.Release/commit/e5823b347ab4a9ddad970d305abe79cb857e2234)] Update ReleasNote parsing with now correct SemVer :sparkles:
Deletions:
[[#83f3e48](https://github.com/Freymaurer/Fake.Extensions.Release/commit/83f3e487a03a2a7be75350e3a3c5a025171c2040)] Remove build.fsx logic
Bugfixes:
[[#1220a0e](https://github.com/Freymaurer/Fake.Extensions.Release/commit/1220a0ec8bee4dcb3f80fa58c73324d8bcd48be8)] Bugfix wrong duplicate of list md element on WIP update :bug:
[[#6859555](https://github.com/Freymaurer/Fake.Extensions.Release/commit/6859555e1d664381ee89a4896a9654a3f102201b)] Minor bugfixes :bugs: