From 64251c703e0c23f95acefb01d454e71891b23f14 Mon Sep 17 00:00:00 2001 From: Claudio Spizzi Date: Thu, 5 Jan 2017 23:31:33 +0100 Subject: [PATCH] Version 1.0.2 --- Modules/DSCPullServerWeb/DSCPullServerWeb.psd1 | 2 +- README.md | 4 ++++ Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Modules/DSCPullServerWeb/DSCPullServerWeb.psd1 b/Modules/DSCPullServerWeb/DSCPullServerWeb.psd1 index 422db30..3424dc0 100644 --- a/Modules/DSCPullServerWeb/DSCPullServerWeb.psd1 +++ b/Modules/DSCPullServerWeb/DSCPullServerWeb.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'DSCPullServerWeb.psm1' - ModuleVersion = '1.0.1' + ModuleVersion = '1.0.2' GUID = 'B9449D06-0A81-4743-B9A1-33A2D2082DE4' Author = 'Claudio Spizzi' Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.' diff --git a/README.md b/README.md index c0b03e2..708022c 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ manually on your local system: ## Versions +### 1.0.2 + +* Update the DSC resource removal action + ### 1.0.1 * Fix empty path in DSC resoruce diff --git a/Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs b/Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs index d19b9be..2a57f91 100644 --- a/Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs +++ b/Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")]