diff --git a/Module/PSProxmox.psd1 b/Module/PSProxmox.psd1
index f0f87c3..bd0eb3f 100644
--- a/Module/PSProxmox.psd1
+++ b/Module/PSProxmox.psd1
@@ -1,7 +1,7 @@
@{
RootModule = 'PSProxmox.psm1'
NestedModules = @('bin\PSProxmox.dll')
- ModuleVersion = '2025.05.09.1511'
+ ModuleVersion = '2025.05.10.1400'
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
Author = 'PSProxmox Team'
CompanyName = 'PSProxmox'
@@ -83,9 +83,9 @@
PrivateData = @{
PSData = @{
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
- LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE'
- ProjectUri = 'https://github.com/freedbygrace/PSProxmox'
- ReleaseNotes = 'Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.05.10.1200'
+ LicenseUri = 'https://github.com/Grace-Solutions/PSProxmox/blob/main/LICENSE'
+ ProjectUri = 'https://github.com/Grace-Solutions/PSProxmox'
+ ReleaseNotes = 'Moved repository to Grace-Solutions organization. Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.05.10.1400'
}
}
}
@@ -108,3 +108,4 @@
+
diff --git a/PSProxmox/PSProxmox.Main.csproj b/PSProxmox/PSProxmox.Main.csproj
index 082da73..0addaa2 100644
--- a/PSProxmox/PSProxmox.Main.csproj
+++ b/PSProxmox/PSProxmox.Main.csproj
@@ -9,8 +9,8 @@
PSProxmox
PowerShell module for managing Proxmox VE clusters
MIT
- https://github.com/freedbygrace/PSProxmox
- https://github.com/freedbygrace/PSProxmox
+ https://github.com/Grace-Solutions/PSProxmox
+ https://github.com/Grace-Solutions/PSProxmox
git
PowerShell;Proxmox;VE;Virtualization
diff --git a/README.md b/README.md
index 2db5ecc..05b2ae6 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Install-Module -Name PSProxmox -Scope CurrentUser
```powershell
# Clone the repository
-git clone https://github.com/freedbygrace/PSProxmox.git
+git clone https://github.com/Grace-Solutions/PSProxmox.git
cd PSProxmox
# Build the module