From 63a439723c86df20bbadb156498f1ec2f78b5b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rastislav=20Novotn=C3=BD?= Date: Fri, 21 Apr 2017 22:35:24 +0200 Subject: [PATCH 1/3] Add description of changes to MsiPackage resource into README file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eefeaea..4bfadff 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,8 @@ The following parameters will be the same for each process in the set: * Archive: * Fixed a minor bug in the unit tests where sometimes the incorrect DateTime format was used. * Added MsiPackage + * Parse installation date from registry using invariant culture. + * Fix a bug in unit test failing, when regional setting differs from English-US. ### 2.5.0.0 From 5f39100a5b66be37d8e57d22350c010ca64d997e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rastislav=20Novotn=C3=BD?= Date: Sat, 22 Apr 2017 10:02:15 +0200 Subject: [PATCH 2/3] Move MsiPackage description to Unreleased section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bfadff..b0056ed 100644 --- a/README.md +++ b/README.md @@ -577,13 +577,15 @@ The following parameters will be the same for each process in the set: ### Unreleased +* MsiPackage + * Parse installation date from registry using invariant culture. + * Fix a bug in unit test failing, when regional setting differs from English-US. + ### 2.6.0.0 * Archive: * Fixed a minor bug in the unit tests where sometimes the incorrect DateTime format was used. * Added MsiPackage - * Parse installation date from registry using invariant culture. - * Fix a bug in unit test failing, when regional setting differs from English-US. ### 2.5.0.0 From eaad7b65e55e76b3ebc7fca4babaee969265bef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rastislav=20Novotn=C3=BD?= Date: Mon, 24 Apr 2017 19:35:08 +0200 Subject: [PATCH 3/3] Change tabs to spaces in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0056ed..e414f8c 100644 --- a/README.md +++ b/README.md @@ -578,8 +578,8 @@ The following parameters will be the same for each process in the set: ### Unreleased * MsiPackage - * Parse installation date from registry using invariant culture. - * Fix a bug in unit test failing, when regional setting differs from English-US. + * Parse installation date from registry using invariant culture. + * Fix a bug in unit test failing, when regional setting differs from English-US. ### 2.6.0.0