Skip to content

NuGet package 14.8.1 has wrong assembly version number 14.8.0 #1894

@MrRickwi

Description

@MrRickwi

Magick.NET version

14.8.1

Environment (Operating system, version and so on)

OSX

Description

The new NuGet Package 14.8.1 has a wrong assembly version and reports a wrong version number.

Steps to Reproduce

Running the following test fails with NuGet package 14.8.1 loaded:

[Test]
public async Task GetVersionOfMagickShouldWork()
{
    var version = await MediaExtensions.GetVersionOfMagickAsync().ConfigureAwait(false);
    Assert.That(version.Version, Is.EqualTo("Magick.NET Q16-HDRI AnyCPU net8.0 14.8.1"));
}

Assert.That(version.Version, Is.EqualTo("Magick.NET Q16-HDRI AnyCPU net8.0 14.8.1"))
String lengths are both 40. Strings differ at index 39.
Expected: "Magick.NET Q16-HDRI AnyCPU net8.0 14.8.1"
But was: "Magick.NET Q16-HDRI AnyCPU net8.0 14.8.0"

Images

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions