Skip to content

Commit 0a13830

Browse files
committed
Version Peering for release
1 parent 76885ae commit 0a13830

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

src/Peering/Peering/Az.Peering.psd1

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/27/2019
6+
# Generated on: 8/9/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.2'
15+
ModuleVersion = '0.1.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -114,9 +114,14 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Bug fix in IP Prefix validation to allow 0/30 for DirectConnection
118-
* Bug fix to handle error messages from ARM and ERM
119-
* Added Verbose comments for debugging'
117+
ReleaseNotes = '* Bug fix in set connection for exchange that caused CDIR notation
118+
* Allowed adding connections during legacy convert
119+
* Added tests for set Exchange operations
120+
* Bug fix in set connection
121+
* Added Connection Identifier to Connection object.
122+
* Updated to SDK 0.10.0-review
123+
* Supports api-version 06-01-2019-preview for Microsoft.Peering
124+
* Fixed miscellaneous typos across module'
120125

121126
# Prerelease string of this module
122127
# Prerelease = ''

src/Peering/Peering/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.1.3
2123
* Bug fix in set connection for exchange that caused CDIR notation
2224
* Allowed adding connections during legacy convert
2325
* Added tests for set Exchange operations

src/Peering/Peering/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("65C9118E-0F63-42F7-BC61-55D69073B75D")]
28-
[assembly: AssemblyVersion("0.1.2")]
29-
[assembly: AssemblyFileVersion("0.1.2")]
28+
[assembly: AssemblyVersion("0.1.3")]
29+
[assembly: AssemblyFileVersion("0.1.3")]

0 commit comments

Comments
 (0)