Skip to content

Commit

Permalink
Update the TFS service and VS packages (NuGet#2580)
Browse files Browse the repository at this point in the history
* Update the TFS & VSTS services packages

* upgrade the visual studio packages

* use higher vsix manifest version
  • Loading branch information
nkolev92 authored Dec 28, 2018
1 parent db2c373 commit 7220c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/common.project.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<MicroBuildDirectory>$(SolutionPackagesFolder)MicroBuild.Core.0.2.0\build\</MicroBuildDirectory>
<IsBuildOnlyXPLATProjects>$(DotNetBuildFromSource)</IsBuildOnlyXPLATProjects>
<BlobPublishTargetsPath>$(SolutionPackagesFolder)Microsoft.DotNet.Build.Tasks.Feed.2.1.0-prerelease-02419-02\build\Microsoft.DotNet.Build.Tasks.Feed.targets</BlobPublishTargetsPath>
<VSServicesVersion>15.131.1</VSServicesVersion>
<VSComponentsVersion>15.8.525</VSComponentsVersion>
<VSServicesVersion>16.144.1-preview</VSServicesVersion>
<VSComponentsVersion>16.0.189-g83e7c53a57</VSComponentsVersion>
</PropertyGroup>

<!-- Defaults -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="NuGet.72c5d240-f742-48d4-a0f1-7016671e405b" Version="15.99.99" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="NuGet.72c5d240-f742-48d4-a0f1-7016671e405b" Version="16.99.99" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>NuGet Package Manager for Visual Studio 2017</DisplayName>
<Description>A collection of tools to automate the process of downloading, installing, upgrading, configuring, and removing packages from a VS Project.</Description>
<PackageId>Microsoft.VisualStudio.NuGet.Core</PackageId>
Expand Down

0 comments on commit 7220c67

Please sign in to comment.