Releases: enisn/AbpDevTools
Releases · enisn/AbpDevTools
v1.4.4
v1.4.3
v1.4.2
All roll up update (v1.4.1)
WARNING: This is not a new release. Just added missing tags for versions
What's Changed
- Add ef core database drop support. by @EngincanV in #3
- Use windows default powershell for notifications by @enisn in #5
- Fix run command path problem by @salihozkara in #7
New Contributors
- @EngincanV made their first contribution in #3
- @enisn made their first contribution in #5
- @salihozkara made their first contribution in #7
Full Changelog: v1.1.0...v1.4.1
v1.1.0
What's new?
Retry parameter has been added to run
command. It's useful while running micro-service solutions, some of services require other services to initialize, when they exit, abpdev tries again running the application after it's exited.
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's new?
- Introduce Virtual Environments: You can manage virtual environments by using
abpdev env config
command and use those pre-configured environments with other commands like:abpdev run -e SqlServer
, this command will use the environment with name SqlServer. You can set different connectionstrings for each environment
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Added .NET 6 Long Term Support
Full Changelog: v1.0.0...v1.0.1