Skip to content

Commit

Permalink
Updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Nov 22, 2022
1 parent d669a38 commit ddf0769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AzureAPICrawler.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzureAPICrawler.psm1'

# Version number of this module.
ModuleVersion = '0.1.3'
ModuleVersion = '0.2.0'

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

# ReleaseNotes of this module
ReleaseNotes = '* Improved check whether a resource is a "singleton" (i.e., can only be deployed once in the current scope).
ReleaseNotes = '* Updated output of [Get-AzureAPISpecsData] function to Hashtable and only properties that will be surfaced by the utilities (e.g., not outputs/resources, etc.).
For more information, please refer to the official docs at: https://github.com/AlexanderSehr/AzureAPICrawler.'

Expand Down

0 comments on commit ddf0769

Please sign in to comment.