refactor: Rename project from dns-helper to ekdns across all files and documentation
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
# Bump Version Script for dns-helper
|
||||
# Bump Version Script for ekdnsr
|
||||
# Automatically increments version based on semantic versioning
|
||||
#
|
||||
# USAGE:
|
||||
@@ -36,7 +36,7 @@ param(
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Write-Host "============================================" -ForegroundColor Cyan
|
||||
Write-Host " dns-helper" -ForegroundColor Cyan
|
||||
Write-Host " ekdnsr" -ForegroundColor Cyan
|
||||
Write-Host " Version Bump" -ForegroundColor Cyan
|
||||
Write-Host "============================================" -ForegroundColor Cyan
|
||||
Write-Host ""
|
||||
@@ -139,7 +139,7 @@ if ($DryRun) {
|
||||
Write-Host ""
|
||||
Write-Host "Next steps:" -ForegroundColor Cyan
|
||||
Write-Host " 1. Build release: .\build.ps1 -Release -Package" -ForegroundColor White
|
||||
Write-Host " 2. Test the build: .\build\dns-helper.exe --help" -ForegroundColor White
|
||||
Write-Host " 2. Test the build: .\build\ekdns--help" -ForegroundColor White
|
||||
Write-Host ""
|
||||
|
||||
# Output the new version for CI/CD pipelines
|
||||
|
||||
Reference in New Issue
Block a user