15 Commits

Author SHA1 Message Date
brotoskyj d8fc8efe23 Removed Test Files 2024-12-31 09:03:35 -05:00
brotoskyj e4d6736d92 Signed Version 2024-12-31 09:03:35 -05:00
brotoskyj ca90d128cf Signing Powershell Script Test 2024-12-31 09:03:35 -05:00
brotoskyj 643c4d3be6 Development Branch on new Machine 2024-12-31 09:03:35 -05:00
brotoskyj dce2c7dcd0 Version update due to update validation bug 2024-12-31 08:59:20 -05:00
brotoskyj 16f6204a08 Version update due to update validation bug. 2024-12-31 08:57:35 -05:00
brotoskyj ffb7cae259 Merge branch 'development' of https://git.racooncity.org/brotoskyj/CHAMP into development 2024-12-31 00:08:49 -05:00
brotoskyj 37a2dc62d3 Updated Version Number 2024-12-30 23:36:16 -05:00
brotoskyj 684185407f Added State and City to IP Geolocation API 2024-12-30 23:35:05 -05:00
brotoskyj 31fde99472 Added State and City to IP Geolocation API 2024-12-30 23:30:22 -05:00
brotoskyj 67e3d0f98f More Features added to Geolocation API 2024-12-30 23:10:54 -05:00
brotoskyj c6c94ffc9a Removed Test Files 2024-12-30 14:29:15 -05:00
brotoskyj 63f9b3f3cc Signed Version 2024-12-30 14:28:06 -05:00
brotoskyj 2bf6e5618f Signing Powershell Script Test 2024-12-30 14:23:33 -05:00
brotoskyj db5ad6351a Development Branch on new Machine 2024-12-24 16:25:56 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1317,12 +1317,12 @@ $Form1.FormBorderStyle = [System.Windows.Forms.FormBorderStyle]::FixedDialog
$Form1.MaximizeBox = $false
$Form1.Name = "Form1"
$Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent
$Form1.Text = "CHAMP - 2024.12.30"
$Form1.Text = "CHAMP - 20241231"
Function preflight () {
$preflightCounter = [int] 0
$preflightDependancies = ""
Write-Host "Running Pre-Flight checks...`n"
$currentVersion = "2024.12.30"
$currentVersion = "20241231"
$version = Invoke-WebRequest -URI https://git.racooncity.org/brotoskyj/CHAMP/raw/branch/master/version.txt | Select-Object -ExpandProperty Content
Write-Host "Version Check:"
Write-Host "Local Version: $currentVersion"
+1 -1
View File
@@ -1 +1 @@
2024.12.30
20241231