Skip to content

Commit f58a360

Browse files
authored
Merge pull request #9919 from NuGet/dev
[ReleasePrep][2024.04.12]FI of dev into main
2 parents d6316e5 + 7210f7a commit f58a360

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<NuGetClientPackageVersion>6.9.1</NuGetClientPackageVersion>
44
<ServerCommonPackageVersion>2.120.0</ServerCommonPackageVersion>
5-
<NuGetJobsPackageVersion>4.3.0-dev-9310589</NuGetJobsPackageVersion>
5+
<NuGetJobsPackageVersion>4.3.0-main-9408418</NuGetJobsPackageVersion>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">

NuGetGallery.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
6363
EndProject
6464
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Services.GitHub", "src\NuGet.Services.Github\NuGet.Services.GitHub.csproj", "{043645D5-129F-4BA1-BD17-77153294F2BD}"
6565
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
66+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2V3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
6767
EndProject
6868
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3.Facts", "tests\GitHubVulnerabilities2v3.Facts\GitHubVulnerabilities2v3.Facts.csproj", "{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}"
6969
EndProject
@@ -150,6 +150,7 @@ Global
150150
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
151151
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.Build.0 = Release|Any CPU
152152
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
153+
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.Build.0 = Debug|Any CPU
153154
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.ActiveCfg = Release|Any CPU
154155
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.Build.0 = Release|Any CPU
155156
{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

src/NuGetGallery/Views/Packages/UploadPackage.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<p class="message">Your package file will be uploaded and hosted on the @(Config.Current.Brand) server (@(Config.Current.SiteRoot)).</p>
3131
<p class="message">
3232
To learn more about authoring great packages, view our
33-
<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.
33+
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices">Best Practices</a> page.
3434
</p>
3535
</div>
3636

@@ -45,7 +45,7 @@
4545
<span>Upload</span>
4646
</a>
4747
</h2>
48-
<div class="collapse in" id="upload-package-form" aria-expanded="true">
48+
<div class="collapse in" id="upload-package-form">
4949
<form aria-hidden="true" id="cancel-form">
5050
@Html.AntiForgeryToken()
5151
</form>

src/NuGetGallery/Views/Pages/About.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</li>
4949
</ul>
5050
<p>
51-
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors" aria-label="Read the full list of contributors on GitHub.">many many more!</a>
51+
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors">many many more!</a>
5252
</p>
5353
<div data-bind="template: { name: 'contributor-list-template', data: contributors }"></div>
5454
</div>

tests/GitHubVulnerabilities2v3.Facts/GitHubVulnerabilities2v3.Facts.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<Compile Include="BlobStorageVulnerabilityWriterFacts.cs" />
4747
</ItemGroup>
4848
<ItemGroup>
49-
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj">
49+
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj">
5050
<Project>{dd9073af-838e-44e8-91fe-995586e8134a}</Project>
51-
<Name>GitHubVulnerabilities2v3</Name>
51+
<Name>GitHubVulnerabilities2V3</Name>
5252
</ProjectReference>
5353
<ProjectReference Include="..\..\src\NuGet.Services.Entities\NuGet.Services.Entities.csproj">
5454
<Project>{6262f4fc-29be-4226-b676-db391c89d396}</Project>

0 commit comments

Comments
 (0)