OctopusDeploy / Octostache

| Public | The variable substitution syntax for Octopus Deploy
Other
5 stars 24 forks source link

missing Octopus.Versioning nuget #50

Closed SimonCropp closed 2 years ago

SimonCropp commented 4 years ago

Octostache 2.9.2 depends on Octopus.Versioning (>= 4.2.3), but that version doesnt exist https://www.nuget.org/packages/Octopus.Versioning/

image

droyad commented 4 years ago

Looks like we added that dependency in 2.9.2 as part of #48 (cc @mcasperson).

I'm not sure what we should do here. Thoughts about whether we publish Octopus.Versioning to NuGet @slewis74? Alternatively should we IL merge it? (this says exes but perhaps libs work too)

@SimonCropp Thanks for the heads up. Until we get this rectified, the missing package is available using the feed https://f.feedz.io/octopus-deploy/dependencies/nuget/index.json

mcasperson commented 4 years ago

My apologies, I didn't realize the versioning library was not on NuGet. To facilitate scenarios like feature branch deployments we plan to lean on Octostache to work with version strings, so it probably makes sense to publish the versioning library.

slewis74 commented 3 years ago

That package should be public, I'll get it published.

SimonCropp commented 2 years ago

same problem is occurring now image

N-lson commented 2 years ago

Thanks for raising this issue again @SimonCropp. The required version has been pushed to Nuget. Apologies for the inconvenience 🙇 image

SimonCropp commented 2 years ago

@N-lson thanks