Skip to content

Commit

Permalink
Remove "v" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Friedrich committed Oct 18, 2022
1 parent 2c41a57 commit 21086f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="4.7.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="4.7.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="4.7.0" />
<PackageReference Include="Lombiq.Npm.Targets" Version="v1.2.1-alpha.0.osoe-84" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.2.1-alpha.0.osoe-84" />
</ItemGroup>

<!-- These are necessary for symbols NuGet packaging, otherwise Shouldly would prevent PDBs to be packaged, see:
Expand Down

2 comments on commit 21086f5

@Piedone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tag on this should've been v4.0.2-alpha.2.osoe-84, @0liver.

@0liver
Copy link
Contributor

@0liver 0liver commented on 21086f5 Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. My mistake.

Please sign in to comment.