Skip to content

Commit 30b7cc6

Browse files
committed
Revert version bump and update change log
1 parent 03e6e6e commit 30b7cc6

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21-
22-
## Version 0.5.1
2321
* Remove validate set of location into dynamic lookup so that all clouds are supported.
2422

2523
## Version 0.5.0

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.5.1")]
39-
[assembly: AssemblyFileVersion("0.5.1")]
38+
[assembly: AssemblyVersion("0.5.0")]
39+
[assembly: AssemblyFileVersion("0.5.0")]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("37af97fd-d603-4d52-a7a6-0885004a57fe")]
3434

35-
[assembly: AssemblyVersion("0.5.1")]
36-
[assembly: AssemblyFileVersion("0.5.1")]
35+
[assembly: AssemblyVersion("0.5.0")]
36+
[assembly: AssemblyFileVersion("0.5.0")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.5.1")]
38-
[assembly: AssemblyFileVersion("0.5.1")]
37+
[assembly: AssemblyVersion("0.5.0")]
38+
[assembly: AssemblyFileVersion("0.5.0")]

0 commit comments

Comments
 (0)