File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/IotCentral/IotCentral Expand file tree Collapse file tree 3 files changed +4
-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.7.2 '
15
+ ModuleVersion = ' 0.7.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
-
22
21
## Version 0.7.2
23
22
* Remove subdomain check for create new IotCentral application, it will be handled by resource provider for idempotent
24
23
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
- // [assembly: AssemblyVersion("0.7.2 ")]
35
- [ assembly: AssemblyVersion ( "0.7.2 " ) ]
36
- [ assembly: AssemblyFileVersion ( "0.7.2 " ) ]
34
+ // [assembly: AssemblyVersion("0.7.1 ")]
35
+ [ assembly: AssemblyVersion ( "0.7.1 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "0.7.1 " ) ]
You can’t perform that action at this time.
0 commit comments