From 6257faf9ec5b1d65967ed1d6ebca633a8af2d48e Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 20 Sep 2021 08:55:33 +0200 Subject: [PATCH] Update markdown --- CHANGELOG.MD | 25 +++++++++++++++++++++++++ COMMANDS.MD | 3 ++- README.MD | 28 +--------------------------- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 CHANGELOG.MD diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 000000000..79d11b7a8 --- /dev/null +++ b/CHANGELOG.MD @@ -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 \ No newline at end of file diff --git a/COMMANDS.MD b/COMMANDS.MD index c226077d0..9c9e7ffed 100644 --- a/COMMANDS.MD +++ b/COMMANDS.MD @@ -1,4 +1,5 @@ - +# O365Essentials Commands Reference + | Get | Set | | ----------------------------------------------- | -------------------------------------------- | | Get-O365AzureADConnect | | diff --git a/README.MD b/README.MD index 36b2b3d1a..5e675e0eb 100644 --- a/README.MD +++ b/README.MD @@ -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 \ No newline at end of file +**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! \ No newline at end of file