From a3b9bb0796469c19d17db5df7750f067ef00ce42 Mon Sep 17 00:00:00 2001 From: adamburley <52085927+adamburley@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:22:16 -0400 Subject: [PATCH] Update version --- .../HuduAxcientDashboard-GetInitialData/run.ps1 | 4 ++-- Deploy-FunctionApp/HuduAxcientDashboard-Orchestrator/run.ps1 | 4 ++-- .../HuduAxcientDashboard-ProcessCompany/run.ps1 | 4 ++-- Deploy-FunctionApp/HuduAxcientDashboard-Starter/run.ps1 | 4 ++-- Deploy-FunctionApp/setup.ps1 | 4 ++-- Deploy-StandAlone/run.ps1 | 4 ++-- Deploy-StandAlone/setup.ps1 | 4 ++-- Source/build.ps1 | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Deploy-FunctionApp/HuduAxcientDashboard-GetInitialData/run.ps1 b/Deploy-FunctionApp/HuduAxcientDashboard-GetInitialData/run.ps1 index 409e51f..f1ea7fb 100644 --- a/Deploy-FunctionApp/HuduAxcientDashboard-GetInitialData/run.ps1 +++ b/Deploy-FunctionApp/HuduAxcientDashboard-GetInitialData/run.ps1 @@ -2,8 +2,8 @@ param($config) <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-FunctionApp/HuduAxcientDashboard-Orchestrator/run.ps1 b/Deploy-FunctionApp/HuduAxcientDashboard-Orchestrator/run.ps1 index 6e67571..8bd7d98 100644 --- a/Deploy-FunctionApp/HuduAxcientDashboard-Orchestrator/run.ps1 +++ b/Deploy-FunctionApp/HuduAxcientDashboard-Orchestrator/run.ps1 @@ -2,8 +2,8 @@ param($Context) <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-FunctionApp/HuduAxcientDashboard-ProcessCompany/run.ps1 b/Deploy-FunctionApp/HuduAxcientDashboard-ProcessCompany/run.ps1 index ba37920..b4d990c 100644 --- a/Deploy-FunctionApp/HuduAxcientDashboard-ProcessCompany/run.ps1 +++ b/Deploy-FunctionApp/HuduAxcientDashboard-ProcessCompany/run.ps1 @@ -3,8 +3,8 @@ param($companyData) <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-FunctionApp/HuduAxcientDashboard-Starter/run.ps1 b/Deploy-FunctionApp/HuduAxcientDashboard-Starter/run.ps1 index dce88c8..8aa597c 100644 --- a/Deploy-FunctionApp/HuduAxcientDashboard-Starter/run.ps1 +++ b/Deploy-FunctionApp/HuduAxcientDashboard-Starter/run.ps1 @@ -2,8 +2,8 @@ param($Timer) <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-FunctionApp/setup.ps1 b/Deploy-FunctionApp/setup.ps1 index a1f3071..4075508 100644 --- a/Deploy-FunctionApp/setup.ps1 +++ b/Deploy-FunctionApp/setup.ps1 @@ -1,6 +1,6 @@ <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-StandAlone/run.ps1 b/Deploy-StandAlone/run.ps1 index f0de22d..b73e0af 100644 --- a/Deploy-StandAlone/run.ps1 +++ b/Deploy-StandAlone/run.ps1 @@ -1,6 +1,6 @@ <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Deploy-StandAlone/setup.ps1 b/Deploy-StandAlone/setup.ps1 index a1f3071..4075508 100644 --- a/Deploy-StandAlone/setup.ps1 +++ b/Deploy-StandAlone/setup.ps1 @@ -1,6 +1,6 @@ <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #> diff --git a/Source/build.ps1 b/Source/build.ps1 index 6b081f9..f5f4b91 100644 --- a/Source/build.ps1 +++ b/Source/build.ps1 @@ -26,8 +26,8 @@ function Join-SourceItems { # Templated data at the top of the file $scriptHeader = @' <# - Script Name: Hudu-Axcient Backup Dashboard - URL: + Hudu-Axcient Dashboard + https://github.com/adamburley/Hudu-Axcient-Dashboard Copywrite: Adam Burley 2024 Version: 1.0 #>