Skip to content

Commit

Permalink
PrtgAPI 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmilko committed Nov 28, 2022
1 parent bb5dc68 commit b20a5de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<Project>
<PropertyGroup>
<Version>0.9.17</Version>
<Version>0.9.18</Version>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<FileVersion>0.9.17.0</FileVersion>
<InformationalVersion>0.9.17</InformationalVersion>
<FileVersion>0.9.18.0</FileVersion>
<InformationalVersion>0.9.18</InformationalVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/PrtgAPI.PowerShell/PowerShell/Resources/PrtgAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PrtgAPI.PowerShell.dll'

# Version number of this module.
ModuleVersion = '0.9.17'
ModuleVersion = '0.9.18'

# Supported PSEditions
CompatiblePSEditions = @('Desktop', 'Core')
Expand Down Expand Up @@ -107,7 +107,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.17
ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.18
---
Expand Down
4 changes: 2 additions & 2 deletions src/PrtgAPI/Properties/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
using System.Reflection;

[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.17.0")]
[assembly: AssemblyInformationalVersion("0.9.17")]
[assembly: AssemblyFileVersion("0.9.18.0")]
[assembly: AssemblyInformationalVersion("0.9.18")]

0 comments on commit b20a5de

Please sign in to comment.