Skip to content

Commit

Permalink
Using major versions instead of alphas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Feb 21, 2024
1 parent 02b24f0 commit 739e785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="8.2.1-alpha.22.osoe-751" />
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="7.0.3-alpha.1.osoe-751" />
<PackageReference Include="Lombiq.Tests.UI" Version="9.0.0" />
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="8.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.1.1-alpha.7.osoe-751" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit 739e785

Please sign in to comment.