From 580689e5974434dbf14ac83bc86f186a2d023f29 Mon Sep 17 00:00:00 2001 From: SugoiDev Date: Mon, 10 Dec 2018 12:21:32 -0200 Subject: [PATCH] manifest version bump and changelog --- LocalHistory/CHANGELOG.MD | 8 +++++++- LocalHistory/source.extension.vsixmanifest | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/LocalHistory/CHANGELOG.MD b/LocalHistory/CHANGELOG.MD index dde7546..fc1bf0e 100644 --- a/LocalHistory/CHANGELOG.MD +++ b/LocalHistory/CHANGELOG.MD @@ -1,4 +1,10 @@ -06/28/2018 v2.1.1 (beta) +12/10/2018 v2.1.2 (beta) +* Added support for VS 2019+. Using AsyncPackage so VS won't complain. +Notes +* this is a preliminary version and VS 2019 is currently in preview mode. Be careful. +* this release was not tested on older VS versions. + +06/28/2018 v2.1.1 (beta) * Fixed history not being saved when the file is not in a subdir relative to the sln file's dir. More info on this issue: https://github.com/LostAlloy/LocalHistory-for-Visual-Studio/issues/3 02/14/2018 v2.0.2 diff --git a/LocalHistory/source.extension.vsixmanifest b/LocalHistory/source.extension.vsixmanifest index 0ec4b9e..e5b24d8 100644 --- a/LocalHistory/source.extension.vsixmanifest +++ b/LocalHistory/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Local History for Visual Studio Local History for Visual Studio automatically creates a copy everytime you save a file. https://github.com/LostAlloy/LocalHistory-for-Visual-Studio