File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Reservations/Reservations Expand file tree Collapse file tree 3 files changed +4
-4
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.1 '
15
+ ModuleVersion = ' 0.8.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
Original file line number Diff line number Diff line change 20
20
-->
21
21
## Upcoming Release
22
22
23
- ## Version 0.7.1
23
+ ## Version 0.8.0
24
24
* Update references in .psd1 to use relative path
25
25
* Add billing plan details in getCatalog
26
26
- new object in the response of get-Catalog
Original file line number Diff line number Diff line change 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
34
// [assembly: AssemblyVersion("0.7.1")]
35
- [ assembly: AssemblyVersion ( "0.7.1 " ) ]
36
- [ assembly: AssemblyFileVersion ( "0.7.1 " ) ]
35
+ [ assembly: AssemblyVersion ( "0.8.0 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "0.8.0 " ) ]
You can’t perform that action at this time.
0 commit comments