Skip to content

Commit c7e05a4

Browse files
committed
Fix the dependency version and metadata for netcore
1 parent 5280973 commit c7e05a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/PolicyInsights/AzureRM.PolicyInsights.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ PrivateData = @{
108108
# IconUri = ''
109109

110110
# ReleaseNotes of this module
111-
# ReleaseNotes = ''
111+
ReleaseNotes = '* Public release of Policy Insights cmdlets'
112112

113113
# Prerelease string of this module
114-
Prerelease = 'preview'
114+
# Prerelease = ''
115115

116116
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
117117
# RequireLicenseAcceptance = $false

src/ResourceManager/PolicyInsights/Commands.PolicyInsights/Commands.PolicyInsights.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Microsoft.Azure.Management.PolicyInsights" Version="0.9.0-preview" />
35+
<PackageReference Include="Microsoft.Azure.Management.PolicyInsights" Version="1.0.0" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

0 commit comments

Comments
 (0)