1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-28 15:28:34 +01:00

Compare commits

..

2 commits

Author SHA1 Message Date
Ell
dd3fc6b85d bump upcoming version 2024-07-20 12:04:48 +02:00
Ell
7c3cffd2cd 7.0.0 2024-07-20 11:57:36 +02:00
2 changed files with 8 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:
- [7.0.0](#700-in-development)
- [7.0.1](#701-in-development)
- [7.0.0](#700)
- [6.3.1](#631)
- [6.3.0](#630)
- [6.2.0](#620)
@ -13,7 +14,11 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)
## 7.0.0 (In Development)
## 7.0.1 (In Development)
No code changes
## 7.0.0
### MLEM
Additions

View file

@ -2,7 +2,7 @@
#tool dotnet:?package=docfx&version=2.75.3
// this is the upcoming version, for prereleases
var version = Argument("version", "7.0.0");
var version = Argument("version", "7.0.1");
var target = Argument("target", "Default");
var gitRef = Argument("ref", "refs/heads/main");
var buildNum = Argument("buildNum", "");