Skip to content

Using unlisted Flurl package versions #666

@panuva-sympa

Description

@panuva-sympa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions