mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Sets next version to v1.3.0
This commit is contained in:
parent
dc863d7f09
commit
f676e51ade
3 changed files with 10 additions and 2 deletions
|
|
@ -4,6 +4,10 @@ Upgrading Icinga PowerShell Framework is usually quite straightforward.
|
|||
|
||||
Specific version upgrades are described below. Please note that version updates are incremental.
|
||||
|
||||
## Upgrading to v1.3.0 (pending)
|
||||
|
||||
*No special steps required*
|
||||
|
||||
## Upgrading to v1.2.0 (2020-08-28)
|
||||
|
||||
### Behavior changes
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@ documentation before upgrading to a new release.
|
|||
|
||||
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
|
||||
|
||||
## 1.3.0 (pending)
|
||||
|
||||
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)
|
||||
|
||||
## 1.2.0 (2020-08-28)
|
||||
|
||||
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/7?closed=1)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@{
|
||||
RootModule = 'icinga-powershell-framework.psm1'
|
||||
ModuleVersion = '1.2.0'
|
||||
ModuleVersion = '1.3.0'
|
||||
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
|
||||
Author = 'Lord Hepipud'
|
||||
CompanyName = 'Icinga GmbH'
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
|
||||
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
|
||||
};
|
||||
Version = 'v1.2.0';
|
||||
Version = 'v1.3.0';
|
||||
}
|
||||
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue