Update to SDK 2.16
This commit is contained in:
parent
18ea483330
commit
9141e0c735
3 changed files with 11 additions and 7 deletions
|
@ -1,10 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 5.0.0
|
||||
|
||||
* Updated SDK to 2.16.x
|
||||
|
||||
## 4.0.0
|
||||
|
||||
* Changed `pub` to `dart pub`
|
||||
* Changed `pub build` to `dart build`
|
||||
* Updated min SDK to 2.14.0
|
||||
* Updated SDK to 2.14.0
|
||||
|
||||
## 3.2.0
|
||||
|
||||
|
|
|
@ -84,10 +84,10 @@ class InitCommand extends Command {
|
|||
..writeln('Find more documentation about Angel3:')
|
||||
..writeln(' * https://angel3-framework.web.app')
|
||||
..writeln(' * https://angel3-docs.dukefirehawk.com')
|
||||
..writeln(
|
||||
' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY')
|
||||
..writeln(' * https://medium.com/the-angel-framework')
|
||||
..writeln(' * https://dart.academy/tag/angel')
|
||||
// ..writeln(
|
||||
// ' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY')
|
||||
// ..writeln(' * https://medium.com/the-angel-framework')
|
||||
// ..writeln(' * https://dart.academy/tag/angel')
|
||||
..writeln()
|
||||
..writeln('Happy coding!');
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name: angel3_cli
|
||||
version: 4.0.0
|
||||
version: 6.0.0
|
||||
description: Command line tools for the Angel3 framework, including scaffolding.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel3-cli
|
||||
environment:
|
||||
sdk: '>=2.14.0 <3.0.0'
|
||||
sdk: '>=2.16.0 <3.0.0'
|
||||
dependencies:
|
||||
analyzer: ^3.0.0
|
||||
args: ^2.1.1
|
||||
|
|
Loading…
Reference in a new issue