question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

csq pack package name not same as provided version

See original GitHub issue

Using:

Clowd.Squirrel v3.0.210-g5f9f594 csq v3.0.210-g5f9f594

To reproduce:

When calling: dotnet csq.dll pack --packId My.App --packVersion 0.1.0-myFeature.1+29 --packDirectory <publishFolder> --csq-sln=<solutionPath> Output package name will be My.App-0.1.0-myFeature.1-full.nupkg

Issue/Question:

EDIT: I believe there is a bug excluding the build number part of the semantic version +29 (version inside the package is the same as provided: 0.1.0-myFeature.1+29)

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
caesaycommented, Jan 4, 2023

I will have a look at this and see what I can come up with. The kind of compatibility I’m looking to preserve is when an installed app is updating from Squirrel.Windows to Clowd.Squirrel, so the packages that Clowd.Squirrel produce need to still be mostly compatible, and new features will ideally be ignored by Squirrel.Windows (and even older versions of Clowd.Squirrel)

1reaction
caesaycommented, Jan 3, 2023

Thanks for the feedback, I’ll have a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet pack - How do you specify the name of the package?
The project is using a project.json and a .xproj file (there is also a .csproj file for working on the project in .NET...
Read more >
When using NuGet Pack is it possible to specify ...
I am trying to create a nuget package for a . csproj file but want the package name to be different from the...
Read more >
Don't change the assembly name for published NuGet packages
Somebody published a new version of a NuGet package with a different assembly name. You'll never guess what happens next.
Read more >
Issues · clowd/Clowd.Squirrel
Exception: There are no SquirreAwareApp's in the provided pac. ... csq pack package name not same as provided version enhancement New feature or...
Read more >
Cisco Unified Contact Center Express Administration and ...
All the Unified CCX license packages can route incoming calls to agents who have the necessary skill or sets of skill to handle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found