diff --git a/LICENSE b/LICENSE index 9f40961..6c051d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2022 Matthias Gernand +Copyright (c) 2013-2023 Matthias Gernand Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/benchmark/ExpressionReflect.Benchmark/ExpressionReflect.Benchmark.csproj b/benchmark/ExpressionReflect.Benchmark/ExpressionReflect.Benchmark.csproj index 2a73cca..60db85a 100644 --- a/benchmark/ExpressionReflect.Benchmark/ExpressionReflect.Benchmark.csproj +++ b/benchmark/ExpressionReflect.Benchmark/ExpressionReflect.Benchmark.csproj @@ -3,12 +3,12 @@ Exe net7.0 - disable - disable + enable + enable - + diff --git a/src/ExpressionReflect/ExpressionReflect.csproj b/src/ExpressionReflect/ExpressionReflect.csproj index 39f77cf..803e4b7 100644 --- a/src/ExpressionReflect/ExpressionReflect.csproj +++ b/src/ExpressionReflect/ExpressionReflect.csproj @@ -10,10 +10,10 @@ false - Copyright © 2013-2022 Matthias Gernand. All rights reserved. - 3.0.0 - 3.0.0 - 3.0.0 + Copyright © 2013-2023 Matthias Gernand. All rights reserved. + 2.1.0 + 2.1.0 + 2.1.0 Matthias Gernand A reflection-based expression evaluator. en @@ -39,7 +39,7 @@ - + \ No newline at end of file diff --git a/tests/ExpressionReflect.UnitTests/ExpressionReflect.UnitTests.csproj b/tests/ExpressionReflect.UnitTests/ExpressionReflect.UnitTests.csproj index fbd2496..7dc1753 100644 --- a/tests/ExpressionReflect.UnitTests/ExpressionReflect.UnitTests.csproj +++ b/tests/ExpressionReflect.UnitTests/ExpressionReflect.UnitTests.csproj @@ -7,12 +7,12 @@ - - - + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive