Replace http:// with https://
This commit is contained in:
Родитель
ab49d31817
Коммит
7876e20a2a
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче