You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By having a smooth migration from PackageVersions\Versions::ROOT_PACKAGE_NAME to, for example, PackageVersions\Versions::rootPackageName(), we can get rid of the last bit of generated code in this library once moving to 2.0.0, by just dropping the PackageVersions\Versions::ROOT_PACKAGE_NAME constant.
The text was updated successfully, but these errors were encountered:
…as replacement for `PackageVersions\Versions::ROOT_PACKAGE_NAME`
Please use `PackageVersions\Versions::rootPackageName()` instead of `PackageVersions\Versions::ROOT_PACKAGE_NAME`,
which is deprecated, and will be removed in version `2.0.0`
…-root-package-name-constant
Implement #153 - added `PackageVersions\Versions::rootPackageName()` as replacement for `PackageVersions\Versions::ROOT_PACKAGE_NAME`
Addresses #139 (comment)
By having a smooth migration from
PackageVersions\Versions::ROOT_PACKAGE_NAME
to, for example,PackageVersions\Versions::rootPackageName()
, we can get rid of the last bit of generated code in this library once moving to2.0.0
, by just dropping thePackageVersions\Versions::ROOT_PACKAGE_NAME
constant.The text was updated successfully, but these errors were encountered: