File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/ResourceManager/ApplicationInsights
Commands.ApplicationInsights/Properties
Commands.ApplicationInsights.Test/Properties Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = '0.2 .0'
15
+ ModuleVersion = '0.1 .0'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 47
47
// You can specify all the values or you can default the Build and Revision Numbers
48
48
// by using the '*' as shown below:
49
49
50
- [assembly: AssemblyVersion("0.2 .0")]
51
- [assembly: AssemblyFileVersion("0.2 .0")]
50
+ [assembly: AssemblyVersion("0.1 .0")]
51
+ [assembly: AssemblyFileVersion("0.1 .0")]
52
52
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change 42
42
// You can specify all the values or you can default the Build and Revision Numbers
43
43
// by using the '*' as shown below:
44
44
45
- [assembly: AssemblyVersion("0.2 .0")]
46
- [assembly: AssemblyFileVersion("0.2 .0")]
45
+ [assembly: AssemblyVersion("0.1 .0")]
46
+ [assembly: AssemblyFileVersion("0.1 .0")]
You can’t perform that action at this time.
0 commit comments