Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using unlisted Flurl package versions #666

Open
panuva-sympa opened this issue Dec 27, 2019 · 0 comments
Open

Using unlisted Flurl package versions #666

panuva-sympa opened this issue Dec 27, 2019 · 0 comments

Comments

@panuva-sympa
Copy link

The Flurl.* versions the project refers to are unlisted.

nuget Flurl.Http.Signed ~> 0.7.0
(current master) refers to
nuget Flurl.Http.Signed ~> 0.7.0
nuget Flurl.Signed ~> 1.0.10

Which means practically Flurl.Http.Signed [0.7.0,1.0.0) and Flurl.Signed [1.0.10,1.1.0)

Suggestion:

  • could you modify these deps to be to more recent, supported, non-unlisted versions
    nuget Flurl.Http.Signed ~> 2.8.0
    nuget Flurl.Signed ~> 2.3.2

  • then do
    paket update
    and

  • rebuild,

  • fix possible incompatibility errors with Flurl versions (likely trivial?)

  • commit, push, tag, and publish nuget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant