Skip to content

Commit dd3c24e

Browse files
authored
Merge pull request Azure#9693 from cormacpayne/version-attestation
Version Az.Attestation for release
2 parents 04b58d4 + eae1c83 commit dd3c24e

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Attestation'
2+
# Module manifest for module 'Az.Attestation'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/30/2019
6+
# Generated on: 7/19/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -58,7 +58,6 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.0'; })
5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Attestation.dll'
6060

61-
6261
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6362
# ScriptsToProcess = @()
6463

@@ -75,7 +74,7 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
7574
FunctionsToExport = @()
7675

7776
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
78-
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation','Remove-AzAttestation'
77+
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation'
7978

8079
# Variables to export from this module
8180
# VariablesToExport = @()
@@ -110,11 +109,21 @@ PrivateData = @{
110109
# IconUri = ''
111110

112111
# ReleaseNotes of this module
113-
ReleaseNotes = 'First release of Attestation cmdlets'
112+
ReleaseNotes = '* Fix typo in ''PSAttestation'' type with property ''AttestUri''
113+
* Update .Net SDK with newer version'
114+
115+
# Prerelease string of this module
116+
# Prerelease = ''
117+
118+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
119+
# RequireLicenseAcceptance = $false
120+
121+
# External dependent modules of this module
122+
# ExternalModuleDependencies = @()
114123

115124
} # End of PSData hashtable
116125

117-
} # End of PrivateData hashtable
126+
} # End of PrivateData hashtable
118127

119128
# HelpInfo URI of this module
120129
# HelpInfoURI = ''
@@ -123,3 +132,4 @@ PrivateData = @{
123132
# DefaultCommandPrefix = ''
124133

125134
}
135+

src/Attestation/Attestation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121

2222
## Upcoming Release
23+
24+
## Version 0.1.1
2325
* Fix typo in `PSAttestation` type with property `AttestUri`
2426
* Update .Net SDK with newer version
2527

src/Attestation/Attestation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("0.1.0")]
33-
[assembly: AssemblyFileVersion("0.1.0")]
32+
[assembly: AssemblyVersion("0.1.1")]
33+
[assembly: AssemblyFileVersion("0.1.1")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

0 commit comments

Comments
 (0)