diff --git a/build/Version.props b/build/Version.props index 83fa139a..1f8e9353 100644 --- a/build/Version.props +++ b/build/Version.props @@ -3,9 +3,9 @@ - 0.9.16 + 0.9.17 0.9.0.0 - 0.9.16.0 - 0.9.16 + 0.9.17.0 + 0.9.17 diff --git a/src/PrtgAPI.PowerShell/PowerShell/Resources/PrtgAPI.psd1 b/src/PrtgAPI.PowerShell/PowerShell/Resources/PrtgAPI.psd1 index b0e7a233..0ba67945 100644 --- a/src/PrtgAPI.PowerShell/PowerShell/Resources/PrtgAPI.psd1 +++ b/src/PrtgAPI.PowerShell/PowerShell/Resources/PrtgAPI.psd1 @@ -12,7 +12,7 @@ RootModule = 'PrtgAPI.PowerShell.dll' # Version number of this module. -ModuleVersion = '0.9.16' +ModuleVersion = '0.9.17' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') @@ -107,7 +107,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.16 + ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.17 --- diff --git a/src/PrtgAPI/Properties/Version.cs b/src/PrtgAPI/Properties/Version.cs index 2cb016ab..a3d5892d 100644 --- a/src/PrtgAPI/Properties/Version.cs +++ b/src/PrtgAPI/Properties/Version.cs @@ -4,5 +4,5 @@ using System.Reflection; [assembly: AssemblyVersion("0.9.0.0")] -[assembly: AssemblyFileVersion("0.9.16.0")] -[assembly: AssemblyInformationalVersion("0.9.16")] +[assembly: AssemblyFileVersion("0.9.17.0")] +[assembly: AssemblyInformationalVersion("0.9.17")]