Skip to content

Commit 0fba96b

Browse files
committed
revert changes to ApplicationInsights
1 parent b75f736 commit 0fba96b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949

50-
[assembly: AssemblyVersion("0.2.0")]
51-
[assembly: AssemblyFileVersion("0.2.0")]
50+
[assembly: AssemblyVersion("0.1.0")]
51+
[assembly: AssemblyFileVersion("0.1.0")]
5252
[assembly: CollectionBehavior(DisableTestParallelization = true)]

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

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

45-
[assembly: AssemblyVersion("0.2.0")]
46-
[assembly: AssemblyFileVersion("0.2.0")]
45+
[assembly: AssemblyVersion("0.1.0")]
46+
[assembly: AssemblyFileVersion("0.1.0")]

0 commit comments

Comments
 (0)