Skip to content

Commit

Permalink
PrtgAPI 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmilko committed Jun 2, 2021
1 parent 63d7315 commit 731d826
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.15</Version>
<Version>0.9.16</Version>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<FileVersion>0.9.15.0</FileVersion>
<InformationalVersion>0.9.15</InformationalVersion>
<FileVersion>0.9.16.0</FileVersion>
<InformationalVersion>0.9.16</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.15'
ModuleVersion = '0.9.16'

# 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.15
ReleaseNotes = 'Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.16
---
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.15.0")]
[assembly: AssemblyInformationalVersion("0.9.15")]
[assembly: AssemblyFileVersion("0.9.16.0")]
[assembly: AssemblyInformationalVersion("0.9.16")]

0 comments on commit 731d826

Please sign in to comment.