Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 20, 2021
1 parent 2f6a46f commit 6257faf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# O365Essentials Release History

## 0.0.8 - 2021.09.20
- Added more commands
- Improved some commands
- Cleaned up some duplicates
## 0.0.7 - 2021.09.15
- Added more commands
- Improved some commands
## 0.0.6 - 2021.09.13
- Added more commands
## 0.0.5 - 2021.09.10
- Added new cmdlets
- Fixes some bugs
## 0.0.4 - 2021.09.10
- Something went wrong during publish of 0.0.3 - this release fixes it
## 0.0.3 - 2021.09.10
- Renamed most of commands to be more descriptive
- Added new commands
- Fixed some bugs
- Fixes support for PowerShell 5.1
## 0.0.2 - 2021.08.27
- Added more commands
## 0.0.1 - 2021.08.19
- First version
3 changes: 2 additions & 1 deletion COMMANDS.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# O365Essentials Commands Reference

| Get | Set |
| ----------------------------------------------- | -------------------------------------------- |
| Get-O365AzureADConnect | |
Expand Down
28 changes: 1 addition & 27 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,4 @@ Update-Module -Name O365Essentials

That's it. Whenever there's a new version, you run the command, and you can enjoy it. Remember that you may need to close, reopen PowerShell session if you have already used module before updating it.

**The essential thing** is if something works for you on production, keep using it till you test the new version on a test computer. I do changes that may not be big, but big enough that auto-update may break your code. For example, small rename to a parameter and your code stops working! Be responsible!

## Changelog

- 0.0.8 - 2021.09.20
- Added more commands
- Improved some commands
- Cleaned up some duplicates
- 0.0.7 - 2021.09.15
- Added more commands
- Improved some commands
- 0.0.6 - 2021.09.13
- Added more commands
- 0.0.5 - 2021.09.10
- Added new cmdlets
- Fixes some bugs
- 0.0.4 - 2021.09.10
- Something went wrong during publish of 0.0.3 - this release fixes it
- 0.0.3 - 2021.09.10
- Renamed most of commands to be more descriptive
- Added new commands
- Fixed some bugs
- Fixes support for PowerShell 5.1
- 0.0.2 - 2021.08.27
- Added more commands
- 0.0.1 - 2021.08.19
- First version
**The essential thing** is if something works for you on production, keep using it till you test the new version on a test computer. I do changes that may not be big, but big enough that auto-update may break your code. For example, small rename to a parameter and your code stops working! Be responsible!

0 comments on commit 6257faf

Please sign in to comment.