-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
38 lines (31 loc) · 945 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2.2] - 2021-11-09
### Changed
- Set PackageReadmeFile in csproj
## [2.2.1] - 2021-11-09
### Added
- Included README in .nupkg
## [2.2.0] - 2021-11-09
### Changed
- Upgraded to .Net Core SDK 6.0
- Upgraded Nuget Packages
- Moved to GitHub Actions
## [2.1.0] - 2020-05-21
### Added
- Added Support for multiple commands
- Added `add-migration` command
- build.sh script
### Changed
- Upgraded to .Net Core SDK 3.1
- Upgraded CommandLineUtils to 3.0.0
- Changed `db-migrate` command to be a separate `migrate` command
- Moved the build from AppVeyor to Azure Pipelines
## [1.0.0] - 2018-09-14
### Added
- `db-migrate` funtionallity using DbUp
- README
- LICENCE
- AppVeyor build script