From 709a62fd7687bc62e53edfd11da9367ab117d44e Mon Sep 17 00:00:00 2001 From: Stefan Seeland Date: Tue, 12 Oct 2021 17:36:47 +0200 Subject: [PATCH] Bump SixLabors.ImageSharp from 1.0.3 to 1.0.4 Updated github release --- README.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9acf08..5418462 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Compares images -[![Build status](https://ci.appveyor.com/api/projects/status/yr17qicavvbfypra?svg=true)](https://ci.appveyor.com/project/stesee/imagesharp-compare) [![Nuget](https://img.shields.io/nuget/v/ImageSharpCompare.svg)](https://www.nuget.org/packages/ImageSharpCompare/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e61c3debbfeb48469dadcc6109c719c6)](https://www.codacy.com/manual/stesee/ImageSharp.Compare?utm_source=github.com&utm_medium=referral&utm_content=Codeuctivity/ImageSharp.Compare&utm_campaign=Badge_Grade) [![Donate](https://img.shields.io/static/v1?label=Paypal&message=Donate&color=informational)](https://www.paypal.com/donate?hosted_button_id=7M7UFMMRTS7UE) +[![Build status](https://ci.appveyor.com/api/projects/status/yr17qicavvbfypra/branch/main?svg=true)](https://ci.appveyor.com/project/stesee/imagesharp-compare/branch/main) [![Nuget](https://img.shields.io/nuget/v/ImageSharpCompare.svg)](https://www.nuget.org/packages/ImageSharpCompare/) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2fb2807a16f84021b088769e56e1515a)](https://www.codacy.com/gh/Codeuctivity/ImageSharp.Compare/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Codeuctivity/ImageSharp.Compare&utm_campaign=Badge_Grade) [![Donate](https://img.shields.io/static/v1?label=Paypal&message=Donate&color=informational)](https://www.paypal.com/donate?hosted_button_id=7M7UFMMRTS7UE) Inspired by the image compare feature "Visual verification API" of [TestApi](https://blogs.msdn.microsoft.com/ivo_manolov/2009/04/20/introduction-to-testapi-part-3-visual-verification-apis/) this code supports comparing images by using a tolerance mask image. That tolerance mask image is a valid image by itself and can be manipulated. diff --git a/appveyor.yml b/appveyor.yml index 750daff..9b36220 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,6 @@ deploy: branch: main - provider: GitHub auth_token: - secure: Sqmx9SIShZp1c9nTZPTS798Ztzr9B2rGF4p5FKlyT3cAXvkR4tgSc35nn8Sd11WU + secure: IvYIzM9AMXLWlt8WjXeCLqtSPF4IlC6zWVs60OsnOhKvSFeDiQt6HdWvAvOzknC/ on: branch: main \ No newline at end of file