From c9f3bb6d4d4f3fe55ad76c03a2a9e8ba03ae7e56 Mon Sep 17 00:00:00 2001 From: Chebotov Nick Date: Sun, 11 Aug 2019 22:41:22 +0300 Subject: [PATCH] Add bug fix: downgrade some NuGet-packages for supporting Visual Studio 2017. --- CHANGELOG.md | 4 ++++ .../Unchase.OData.ConnectedService.csproj | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37c2fa..7bd0c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseODataConnectedService). +## v1.0.2. `2019-08-11` + +- [x] Add bug fix: downgrade some NuGet-packages for supporting Visual Studio 2017 + ## v1.0.0 `2019-08-11` - [x] Full code refactoring diff --git a/src/Unchase.OData.ConnectedService/Unchase.OData.ConnectedService.csproj b/src/Unchase.OData.ConnectedService/Unchase.OData.ConnectedService.csproj index 1563459..4a67f6e 100644 --- a/src/Unchase.OData.ConnectedService/Unchase.OData.ConnectedService.csproj +++ b/src/Unchase.OData.ConnectedService/Unchase.OData.ConnectedService.csproj @@ -135,10 +135,10 @@ 15.3.47 - + compile; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all