diff --git a/ProductCodeValidator.Test/ProductCodeValidator.Test.csproj b/ProductCodeValidator.Test/ProductCodeValidator.Test.csproj index d61e262..8d58a67 100644 --- a/ProductCodeValidator.Test/ProductCodeValidator.Test.csproj +++ b/ProductCodeValidator.Test/ProductCodeValidator.Test.csproj @@ -1,7 +1,7 @@ - + - netcoreapp1.1 + net5.0 false diff --git a/ProductCodeValidator/ProductCodeValidator.csproj b/ProductCodeValidator/ProductCodeValidator.csproj index ba0c406..a429619 100644 --- a/ProductCodeValidator/ProductCodeValidator.csproj +++ b/ProductCodeValidator/ProductCodeValidator.csproj @@ -1,9 +1,9 @@ - + - netstandard1.0 + netstandard2.1 true - 1.1.0 + 2.0.0 Thomas Pentenrieder medienstudio.net The "Product Code Validator" project aims to facilitate the validation of product identifiers such as EAN, ISBN or ASIN by checking, if a tested value matches the required format. diff --git a/README.md b/README.md index 047c6a4..2cf05b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Product Code Validator ================ +**Current Verion:** 2.0.0 + The "Product Code Validator" project aims to facilitate the validation of product identifiers such as EAN, ISBN or ASIN by checking, if a tested value matches the required format. Attention: This code will not check, if a product really exists. It just validates a code that could be a product! @@ -13,4 +15,8 @@ Currently supported: - EAN - ASIN - ISBN - - UPC \ No newline at end of file + - UPC + +# Change Log +## Version 2.0.0 +Project upgraded to .NET 5.0