diff --git a/README.md b/README.md index 911fc50c1..650193f6d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,11 @@ Please check out common DSC Resources [contributing guidelines](https://github.c ## Versions +### 1.3.0.0 + +* xSqlServerSetup: + - Make Features case-insensitive. + ### 1.2.1.0 * Increased timeout for setup process to start to 60 seconds. diff --git a/xSQLServer.psd1 b/xSQLServer.psd1 index 6bd61c31a..68a8255e6 100644 --- a/xSQLServer.psd1 +++ b/xSQLServer.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.2.1.0' +ModuleVersion = '1.3.0.0' # ID used to uniquely identify this module GUID = '74e9ddb5-4cbc-4fa2-a222-2bcfb533fd66'