Skip to content

Commit

Permalink
Merge pull request #9919 from NuGet/dev
Browse files Browse the repository at this point in the history
[ReleasePrep][2024.04.12]FI of dev into main
  • Loading branch information
v-manil2 authored Apr 15, 2024
2 parents d6316e5 + 7210f7a commit f58a360
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<NuGetClientPackageVersion>6.9.1</NuGetClientPackageVersion>
<ServerCommonPackageVersion>2.120.0</ServerCommonPackageVersion>
<NuGetJobsPackageVersion>4.3.0-dev-9310589</NuGetJobsPackageVersion>
<NuGetJobsPackageVersion>4.3.0-main-9408418</NuGetJobsPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
Expand Down
3 changes: 2 additions & 1 deletion NuGetGallery.sln
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Services.GitHub", "src\NuGet.Services.Github\NuGet.Services.GitHub.csproj", "{043645D5-129F-4BA1-BD17-77153294F2BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2V3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3.Facts", "tests\GitHubVulnerabilities2v3.Facts\GitHubVulnerabilities2v3.Facts.csproj", "{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}"
EndProject
Expand Down Expand Up @@ -150,6 +150,7 @@ Global
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.Build.0 = Release|Any CPU
{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions src/NuGetGallery/Views/Packages/UploadPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p class="message">Your package file will be uploaded and hosted on the @(Config.Current.Brand) server (@(Config.Current.SiteRoot)).</p>
<p class="message">
To learn more about authoring great packages, view our
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices" alt="Best Practices" aria-label="Read here about publishing packages">Best Practices</a> page.
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices">Best Practices</a> page.
</p>
</div>

Expand All @@ -45,7 +45,7 @@
<span>Upload</span>
</a>
</h2>
<div class="collapse in" id="upload-package-form" aria-expanded="true">
<div class="collapse in" id="upload-package-form">
<form aria-hidden="true" id="cancel-form">
@Html.AntiForgeryToken()
</form>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Pages/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</li>
</ul>
<p>
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors" aria-label="Read the full list of contributors on GitHub.">many many more!</a>
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors">many many more!</a>
</p>
<div data-bind="template: { name: 'contributor-list-template', data: contributors }"></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="BlobStorageVulnerabilityWriterFacts.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj">
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj">
<Project>{dd9073af-838e-44e8-91fe-995586e8134a}</Project>
<Name>GitHubVulnerabilities2v3</Name>
<Name>GitHubVulnerabilities2V3</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\NuGet.Services.Entities\NuGet.Services.Entities.csproj">
<Project>{6262f4fc-29be-4226-b676-db391c89d396}</Project>
Expand Down

0 comments on commit f58a360

Please sign in to comment.