Prepare release of package_config 2.0.0.
diff --git a/pkgs/package_config/README.md b/pkgs/package_config/README.md index 9428220..9ab7f38 100644 --- a/pkgs/package_config/README.md +++ b/pkgs/package_config/README.md
@@ -1,8 +1,10 @@ # package_config -Support for working with **Package Resolution Configuration** files as described -in this [DEP](https://github.com/lrhn/dep-pkgspec/blob/master/DEP-pkgspec.md), -under review [here](https://github.com/dart-lang/dart_enhancement_proposals/issues/5). +Support for working with **Package Configuration** files as described +in the Package Configuration v2 [design document](https://github.com/dart-lang/language/blob/master/accepted/future-releases/language-versioning/package-config-file-v2.md). + +This package is also available as `package_config_2`, which can be used by packages +which transitively depend on a version of package_config with a version <2.0.0. [](https://travis-ci.org/dart-lang/package_config) [](https://pub.dartlang.org/packages/package_config)
diff --git a/pkgs/package_config/pubspec.yaml b/pkgs/package_config/pubspec.yaml index 781dc32..66aeb78 100644 --- a/pkgs/package_config/pubspec.yaml +++ b/pkgs/package_config/pubspec.yaml
@@ -1,4 +1,4 @@ -name: package_config_2 +name: package_config version: 2.0.0 description: Support for working with Package Configuration files. author: Dart Team <misc@dartlang.org>