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

Compare commits

..

No commits in common. "dd3fc6b85dbea10ae1519214e12f69551af71ebf" and "ecc0c3b963d10bdece5485eb058a23ea4dee1405" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -2,8 +2,7 @@
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
Jump to version:
- [7.0.1](#701-in-development)
- [7.0.0](#700)
- [7.0.0](#700-in-development)
- [6.3.1](#631)
- [6.3.0](#630)
- [6.2.0](#620)
@ -14,11 +13,7 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)
## 7.0.1 (In Development)
No code changes
## 7.0.0
## 7.0.0 (In Development)
### 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.1");
var version = Argument("version", "7.0.0");
var target = Argument("target", "Default");
var gitRef = Argument("ref", "refs/heads/main");
var buildNum = Argument("buildNum", "");