Skip to content

Commit

Permalink
(#3396) Add specific version check on v3 searches
Browse files Browse the repository at this point in the history
This updates the handling of searching for packages while at the same
time specifying the version that is wanted of the packages.

This ensures that packages will be looked up to verify it has the
version the user wants, before returning any results.
  • Loading branch information
AdmiringWorm committed Nov 19, 2024
1 parent 5b5b54a commit bb7f99b
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="infrastructure.app\builders\ConfigurationBuilderSpecs.cs" />
<Compile Include="infrastructure.app\nuget\NugetListSpecs.cs" />
<Compile Include="infrastructure.app\services\FilesServiceSpecs.cs" />
<Compile Include="infrastructure\commands\CommandExecutorSpecs.cs" />
<Compile Include="infrastructure\cryptography\CryptoHashProviderSpecs.cs" />
Expand Down
Loading

0 comments on commit bb7f99b

Please sign in to comment.