From 5b1ae32b097d3dbfde6742839305c41630480d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20K=C5=82ys?= Date: Mon, 6 Apr 2020 09:36:09 +0200 Subject: [PATCH] New release --- PSWriteWord.psd1 | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PSWriteWord.psd1 b/PSWriteWord.psd1 index 4d67082..87d5706 100644 --- a/PSWriteWord.psd1 +++ b/PSWriteWord.psd1 @@ -3,7 +3,7 @@ # # Generated by: Przemyslaw Klys # -# Generated on: 05.04.2020 +# Generated on: 06.04.2020 # @{ @@ -12,7 +12,7 @@ RootModule = 'PSWriteWord.psm1' # Version number of this module. - ModuleVersion = '1.1.6' + ModuleVersion = '1.1.7' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/README.md b/README.md index 5a49592..bf89326 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi ## Updates +- 1.1.7 - 6.04.2020 + - Fixes for `Add-WordCustomProperty` [#39](https://github.com/EvotecIT/PSWriteWord/issues/39) + - 1.1.6 - 5.04.2020 - Fixed problems with Documentimo Colors - Added `Transpose` to `DocumentimoTable`