This commit is contained in:
Andrew Arnott 2016-11-10 18:41:53 -08:00
Родитель ab49d31817
Коммит 7876e20a2a
4 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -37,4 +37,4 @@ Microsoft.VisualStudio.Threading
* Windows Phone 8.1
* .NET Portable (Profile111, or .NET Standard 1.1)
[1]: http://nuget.org/packages/Microsoft.VisualStudio.Threading "Microsoft.VisualStudio.Threading NuGet package"
[1]: https://nuget.org/packages/Microsoft.VisualStudio.Threading "Microsoft.VisualStudio.Threading NuGet package"

Просмотреть файл

@ -342,4 +342,4 @@ type by passing in either a `JoinableTaskContext` or a `JoinableTaskCollection`.
For more information on this topic, see Andrew Arnott's blog post
[Asynchronous and multithreaded programming within VS using the
`JoinableTaskFactory`](http://blogs.msdn.com/b/andrewarnottms/archive/2014/05/07/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory.aspx)
`JoinableTaskFactory`](https://blogs.msdn.com/b/andrewarnottms/archive/2014/05/07/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory.aspx)

Просмотреть файл

@ -29,11 +29,11 @@
<Authors>Microsoft</Authors>
<Owners>Microsoft, VisualStudioExtensibility</Owners>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<ProjectUrl>http://aka.ms/VSProjectSystemExtensibilityPreview</ProjectUrl>
<IconUrl>http://aka.ms/VsExtensibilityIcon</IconUrl>
<LicenseUrl>http://go.microsoft.com/fwlink/?LinkID=746386</LicenseUrl>
<ProjectUrl>https://aka.ms/VSProjectSystemExtensibilityPreview</ProjectUrl>
<IconUrl>https://aka.ms/VsExtensibilityIcon</IconUrl>
<LicenseUrl>https://go.microsoft.com/fwlink/?LinkID=746386</LicenseUrl>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<ReleaseNotes>http://go.microsoft.com/fwlink/?LinkID=746387</ReleaseNotes>
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=746387</ReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.VisualStudio.Threading.Analyzers\Microsoft.VisualStudio.Threading.Analyzers.csproj">

Просмотреть файл

@ -27,11 +27,11 @@
<Authors>Microsoft</Authors>
<Owners>Microsoft, VisualStudioExtensibility</Owners>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<ProjectUrl>http://aka.ms/vsextensibility</ProjectUrl>
<IconUrl>http://aka.ms/VsExtensibilityIcon</IconUrl>
<LicenseUrl>http://go.microsoft.com/fwlink/?LinkID=746386</LicenseUrl>
<ProjectUrl>https://aka.ms/vsextensibility</ProjectUrl>
<IconUrl>https://aka.ms/VsExtensibilityIcon</IconUrl>
<LicenseUrl>https://go.microsoft.com/fwlink/?LinkID=746386</LicenseUrl>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<ReleaseNotes>http://go.microsoft.com/fwlink/?LinkID=746387</ReleaseNotes>
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=746387</ReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="Microsoft.VisualStudio.Threading.nuspec" />