1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-09 11:08:45 +02:00

Compare commits

...

10 commits

Author SHA1 Message Date
Ell 32ba3c4142 Merge branch 'release' 2024-04-04 23:35:31 +02:00
Ell 8f2dc2e507 removed woodpecker
(cherry picked from commit 604ac7d825)
2024-04-04 23:34:55 +02:00
Ell 604ac7d825 removed woodpecker 2024-04-04 23:33:21 +02:00
Ell 2967d19dcd Merge branch 'release' 2024-04-04 23:32:14 +02:00
Ell e8f6e09cc4 bump upcoming 2024-04-04 22:34:40 +02:00
Ell 0fde5b7aa0 Merge branch 'main' into release
# Conflicts:
#	build.cake
2024-04-04 22:26:42 +02:00
Ell 11256b02f5 Release 6.3.0 2024-04-04 22:25:45 +02:00
Ell 289e35fc91 use dotnet nuget in cake rather than nuget.exe
(cherry picked from commit 840c528f06)
2023-09-15 15:13:22 +02:00
Ell a4aeb61acd added woodpecker
(cherry picked from commit 053ad5967b)
2023-09-15 15:13:20 +02:00
Ell 2de37bc159 updated docfx and improved docs navbar 2023-09-15 15:10:24 +02:00
2 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,8 @@
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
Jump to version:
- [6.3.0](#630-in-development)
- [6.3.1](#631-in-development)
- [6.3.0](#630)
- [6.2.0](#620)
- [6.1.0](#610)
- [6.0.0](#600)
@ -11,7 +12,9 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)
## 6.3.0 (In Development)
## 6.3.1 (In Development)
## 6.3.0
### MLEM
Additions

View file

@ -2,7 +2,7 @@
#tool dotnet:?package=docfx&version=2.70.3
// this is the upcoming version, for prereleases
var version = Argument("version", "6.3.0");
var version = Argument("version", "6.3.1");
var target = Argument("target", "Default");
var branch = Argument("branch", "main");
var config = Argument("configuration", "Release");