mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-09-04 03:05:40 +00:00
Move repository to Grace-Solutions organization and update version to 2025.05.10.1400
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@{
|
@{
|
||||||
RootModule = 'PSProxmox.psm1'
|
RootModule = 'PSProxmox.psm1'
|
||||||
NestedModules = @('bin\PSProxmox.dll')
|
NestedModules = @('bin\PSProxmox.dll')
|
||||||
ModuleVersion = '2025.05.09.1511'
|
ModuleVersion = '2025.05.10.1400'
|
||||||
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
||||||
Author = 'PSProxmox Team'
|
Author = 'PSProxmox Team'
|
||||||
CompanyName = 'PSProxmox'
|
CompanyName = 'PSProxmox'
|
||||||
@@ -83,9 +83,9 @@
|
|||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
PSData = @{
|
PSData = @{
|
||||||
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
||||||
LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE'
|
LicenseUri = 'https://github.com/Grace-Solutions/PSProxmox/blob/main/LICENSE'
|
||||||
ProjectUri = 'https://github.com/freedbygrace/PSProxmox'
|
ProjectUri = 'https://github.com/Grace-Solutions/PSProxmox'
|
||||||
ReleaseNotes = 'Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.05.10.1200'
|
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 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
<Company>PSProxmox</Company>
|
<Company>PSProxmox</Company>
|
||||||
<Description>PowerShell module for managing Proxmox VE clusters</Description>
|
<Description>PowerShell module for managing Proxmox VE clusters</Description>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<PackageProjectUrl>https://github.com/freedbygrace/PSProxmox</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Grace-Solutions/PSProxmox</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/freedbygrace/PSProxmox</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Grace-Solutions/PSProxmox</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageTags>PowerShell;Proxmox;VE;Virtualization</PackageTags>
|
<PackageTags>PowerShell;Proxmox;VE;Virtualization</PackageTags>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Install-Module -Name PSProxmox -Scope CurrentUser
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/freedbygrace/PSProxmox.git
|
git clone https://github.com/Grace-Solutions/PSProxmox.git
|
||||||
cd PSProxmox
|
cd PSProxmox
|
||||||
|
|
||||||
# Build the module
|
# Build the module
|
||||||
|
|||||||
Reference in New Issue
Block a user