refactor: Rename project from dns-helper to ekdns across all files and documentation

This commit is contained in:
2026-03-04 17:03:30 -05:00
parent 03cbe1bb00
commit 3550193e63
25 changed files with 107 additions and 118 deletions
+3 -3
View File
@@ -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