Skip to content

Commit d827b67

Browse files
authored
Merge pull request #56 from Corsinvest/switch-license-gpl-to-mit
Switch license from GPL-3.0 to MIT and bump version to 9.1.3
2 parents 0f22dd9 + 70d73f3 commit d827b67

File tree

8 files changed

+32957
-33610
lines changed

8 files changed

+32957
-33610
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright Corsinvest Srl
2-
# SPDX-License-Identifier: GPL-3.0-only
2+
# SPDX-License-Identifier: MIT
33

44
name: Deploy MkDocs Documentation
55

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright Corsinvest Srl
2-
# SPDX-License-Identifier: GPL-3.0-only
2+
# SPDX-License-Identifier: MIT
33

44
name: Release and Publish to PowerShell Gallery
55

Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Daniele Corsini
55
#
6-
# Generated on: 24/02/2026
6+
# Generated on: 10/03/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'Corsinvest.ProxmoxVE.Api.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '9.1.2'
15+
ModuleVersion = '9.1.3'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)