Skip to content

Commit b2a23d9

Browse files
authored
use code style to replace the broken link (#3156)
* use code style to replace the broken link * fix some warnings
1 parent ab8146d commit b2a23d9

25 files changed

+320
-320
lines changed

docs/release-notes/Known-Issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ regsvr32 "C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\VsLangproj.
7070

7171
If the command fails, check to see if the file exists in that location.
7272

73-
For more information about this error, see this [work item](https://nuget.codeplex.com/workitem/3609 "Work item 3609").
73+
For more information about this error, see this ```[work item](https://nuget.codeplex.com/workitem/3609 "Work item 3609")```.
7474

7575
## Build failure after package update in VS 2012
7676

docs/release-notes/NuGet-1.1.md

Lines changed: 200 additions & 200 deletions
Large diffs are not rendered by default.

docs/release-notes/NuGet-1.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ you won’t need to specify it every time you push a package. For more details o
6868

6969
### Package Explorer
7070
Package Explorer has been updated to support NuGet 1.2. For more information, check out the
71-
[Package Explorer release notes](http://nuget.codeplex.com/wikipage?title=New%20features%20in%20NuGet%20Package%20Explorer%201.0).
71+
```[Package Explorer release notes](http://nuget.codeplex.com/wikipage?title=New%20features%20in%20NuGet%20Package%20Explorer%201.0)```.
7272

7373
## Other features/fixes
7474

7575
The previous list were the most noticeable of the many features we implemented and bugs we fixed. All in all, we
76-
implemented/fixed [59 work items](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.2&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)
76+
implemented/fixed ```[59 work items](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.2&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)```
7777
in this release.
7878

7979
## Known Issues

docs/release-notes/NuGet-1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Thanks to community contributions, NuGet includes support for WiX project types
105105

106106
## Bug Fixes
107107

108-
For a full list of bug fixes, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.3&assignedTo=All&component=All&sortField=LastUpdatedDate&sortDirection=Descending&page=0).
108+
For a full list of bug fixes, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.3&assignedTo=All&component=All&sortField=LastUpdatedDate&sortDirection=Descending&page=0)```.
109109

110110
## Bug fixes worth noting
111111

docs/release-notes/NuGet-1.4.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@ vsixinstaller.exe /uninstall:NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-f
167167
## Bug Fixes
168168
NuGet 1.4 had a total of 88 work items fixed. 71 of those were marked as bugs.
169169

170-
For a full list of work items fixed in NuGet 1.4, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.4&assignedTo=All&component=All&sortField=LastUpdatedDate&sortDirection=Descending&page=0).
170+
For a full list of work items fixed in NuGet 1.4, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.4&assignedTo=All&component=All&sortField=LastUpdatedDate&sortDirection=Descending&page=0)```.
171171

172172
## Bug fixes worth noting:
173173

174-
* [Issue 603](http://nuget.codeplex.com/workitem/603): Package dependencies across different repositories resolves
174+
* ```[Issue 603](http://nuget.codeplex.com/workitem/603)```: Package dependencies across different repositories resolves
175175
correctly when specifying a specific package source.
176-
* [Issue 1036](http://nuget.codeplex.com/workitem/1036): Adding `NuGet Pack SomeProject.csproj` to post-build event no longer causes an infinite loop.
177-
* [Issue 961](http://nuget.codeplex.com/workitem/961): `-Source` flag supports relative paths.
176+
* ```[Issue 1036](http://nuget.codeplex.com/workitem/1036)```: Adding `NuGet Pack SomeProject.csproj` to post-build event no longer causes an infinite loop.
177+
* ```[Issue 961](http://nuget.codeplex.com/workitem/961)```: `-Source` flag supports relative paths.
178178

179179
## NuGet 1.4 Update
180180
Shortly after the release of NuGet 1.4, we found a couple of issues that were important to fix.
181181
The specific version number of this update to 1.4 is 1.4.20615.9020.
182182

183183
### Bug Fixes
184-
* [Issue 1220](http://nuget.codeplex.com/workitem/1220): Update-Package doesnt execute `install.ps1`/`uninstall.ps1` in all projects when there is more than one project
185-
* [Issue 1156](http://nuget.codeplex.com/workitem/1156): Package Manager Consol stuck on W2K3/XP (when Powershell 2 is not installed)
184+
* ```[Issue 1220](http://nuget.codeplex.com/workitem/1220)```: Update-Package doesnt execute `install.ps1`/`uninstall.ps1` in all projects when there is more than one project
185+
* ```[Issue 1156](http://nuget.codeplex.com/workitem/1156)```: Package Manager Consol stuck on W2K3/XP (when Powershell 2 is not installed)

docs/release-notes/NuGet-1.5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ not to include any file in the package.
135135
## Bug Fixes
136136
NuGet 1.5 had a total of 107 work items fixed. 103 of those were marked as bugs.
137137

138-
For a full list of work items fixed in NuGet 1.5, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.5&assignedTo=All&component=All&sortField=Summary&sortDirection=Descending&page=0).
138+
For a full list of work items fixed in NuGet 1.5, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=NuGet%201.5&assignedTo=All&component=All&sortField=Summary&sortDirection=Descending&page=0)```.
139139

140140
## Bug fixes worth noting:
141141

142-
* [Issue 1273](http://nuget.codeplex.com/workitem/1273): Made `packages.config` more version control
142+
* ```[Issue 1273](http://nuget.codeplex.com/workitem/1273)```: Made `packages.config` more version control
143143
friendly by sorting packages alphabetically and removing extra whitespace.
144-
* [Issue 844](http://nuget.codeplex.com/workitem/844): Version numbers are now normalized so that
144+
* ```[Issue 844](http://nuget.codeplex.com/workitem/844)```: Version numbers are now normalized so that
145145
`Install-Package 1.0` works on a package with the version `1.0.0`.
146-
* [Issue 1060](http://nuget.codeplex.com/workitem/1060): When creating a package using nuget.exe,
146+
* ```[Issue 1060](http://nuget.codeplex.com/workitem/1060)```: When creating a package using nuget.exe,
147147
the `-Version` flag overrides the `<version />` element.

docs/release-notes/NuGet-1.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ NuGet 1.6 allows unchecking a package source to disable it, but keep it around.
5959
NuGet 1.6 had a total of 106 work items fixed. 95 of those were classified as bugs and 10 of those were
6060
features.
6161

62-
For a full list of work items fixed in NuGet 1.6, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.6&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0).
62+
For a full list of work items fixed in NuGet 1.6, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.6&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)```.

docs/release-notes/NuGet-1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ nuget.exe or the handy NuGet Package Explorer to create packages.
6262
NuGet 1.7 has fixed many bugs around the Package Restore workflow and Network/Source Control
6363
scenarios.
6464

65-
For a full list of work items fixed in NuGet 1.7, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.7&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0).
65+
For a full list of work items fixed in NuGet 1.7, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.7&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)```.

docs/release-notes/NuGet-1.8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ The second method is to set the environment variable “EnableNuGetPackageRestor
6565

6666
Now, as stated above, we have only laid the groundwork for this feature in NuGet 1.8. Practically, this means that while we’ve added all of the logic to enable the feature, it's not currently enforced in this version. It will be enabled, however, in the next release of NuGet, so we wanted to make you aware of it as soon as possible so that you can configure your environments appropriately and therefore not be impacted when we start enforce the consent constraint.
6767

68-
For more details, please see the [team blog post](http://blog.nuget.org/20120518/package-restore-and-consent.html) on this feature.
68+
For more details, please see the [team blog post](https://blog.nuget.org/20120518/package-restore-and-consent.html) on this feature.
6969

7070
### nuget.exe Performance Improvements
7171
By modifying the install command to download and install packages in parallel, NuGet 1.8 brings dramatic performance improvements to nuget.exe – and by extension package restore. High level testing shows that performance for installing 6 packages into a project improves by about 35% in NuGet 1.8. Increasing the number of packages to 25 shows a performance gain of about 60%.
7272

7373
## Bug Fixes
7474
NuGet 1.8 includes quite a few bug fixes with an emphasis on the package manager console and package restore workflow, particularly as it relates to package restore consent and Windows 8 Express integration.
75-
For a full list of work items fixed in NuGet 1.8, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.8&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0).
75+
For a full list of work items fixed in NuGet 1.8, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%201.8&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)```.

docs/release-notes/NuGet-2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then you likely need to restart Visual Studio using "Run as Administrator."
2525

2626
## Package restore consent is now active
2727

28-
As described in this [post on package restore consent](http://blog.nuget.org/20120518/package-restore-and-consent.html), NuGet 2.0 will now require that consent be given to enable package restore to go online and download packages. Please ensure that you have provided consent via either the package manager configuration dialog or the EnableNuGetPackageRestore environment variable.
28+
As described in this [post on package restore consent](https://blog.nuget.org/20120518/package-restore-and-consent.html), NuGet 2.0 will now require that consent be given to enable package restore to go online and download packages. Please ensure that you have provided consent via either the package manager configuration dialog or the EnableNuGetPackageRestore environment variable.
2929

3030
## Group dependencies by target frameworks
3131

@@ -97,4 +97,4 @@ The tab completion feature in the NuGet Package Manager Console has been updated
9797

9898
## Bug Fixes
9999
NuGet 2.0 includes many bug fixes with an emphasis on package restore consent and performance.
100-
For a full list of work items fixed in NuGet 2.0, please view the [NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%202.0&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0).
100+
For a full list of work items fixed in NuGet 2.0, please view the ```[NuGet Issue Tracker for this release](http://nuget.codeplex.com/workitem/list/advanced?keyword=&status=Closed&type=All&priority=All&release=NuGet%202.0&assignedTo=All&component=All&sortField=Votes&sortDirection=Descending&page=0)```.

0 commit comments

Comments
 (0)