Skip to content

Commit

Permalink
Add bug fix: downgrade some NuGet-packages for supporting Visual Stud…
Browse files Browse the repository at this point in the history
…io 2017.
  • Loading branch information
unchase committed Aug 11, 2019
1 parent d3e9827 commit c9f3bb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
<PackageReference Include="Microsoft.VisualStudio.ConnectedServices">
<Version>15.3.47</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.202" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="15.9.3" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.3.2093">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.9.3039">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit c9f3bb6

Please sign in to comment.