Skip to content

Commit

Permalink
PrtgAPI 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmilko committed May 7, 2021
1 parent d026393 commit a19e60d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<Project>
<PropertyGroup>
<Version>0.9.14</Version>
<Version>0.9.15</Version>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<FileVersion>0.9.14.0</FileVersion>
<FileVersion>0.9.15.0</FileVersion>
</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.14'
ModuleVersion = '0.9.15'

# 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.14
ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.15
---
Expand Down
2 changes: 1 addition & 1 deletion src/PrtgAPI/Properties/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
using System.Reflection;

[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.14.0")]
[assembly: AssemblyFileVersion("0.9.15.0")]
1 change: 1 addition & 0 deletions src/PrtgAPI/PublicAPI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,7 @@ PrtgAPI.LogStatus.Down -> Value
PrtgAPI.LogStatus.DownAcknowledged -> Value
PrtgAPI.LogStatus.DownPartial -> Value
PrtgAPI.LogStatus.Edited -> Value
PrtgAPI.LogStatus.FtpConnectionMode -> Value
PrtgAPI.LogStatus.FtpMode -> Value
PrtgAPI.LogStatus.GraphCache -> Value
PrtgAPI.LogStatus.GroupDiscoveryFinished -> Value
Expand Down

0 comments on commit a19e60d

Please sign in to comment.