From 94a4707710fa6da00995344887a93be3e7eee287 Mon Sep 17 00:00:00 2001 From: Aaron Sherber Date: Sat, 6 Mar 2021 09:45:12 -0500 Subject: [PATCH] Suppress XML warnings, update copyright date --- StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs | 2 +- StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs | 2 +- StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs | 2 +- StaTypPocoQueries.PetaPoco/SqlTranslator.cs | 2 +- .../StaTypPocoQueries.PetaPoco.csproj | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs b/StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs index 6d7cad6..74475e1 100644 --- a/StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs +++ b/StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs @@ -1,5 +1,5 @@ /** - * Copyright 2018-2020 Aaron Sherber + * Copyright 2018-2021 Aaron Sherber * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs b/StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs index 7da9fd6..ca96ed7 100644 --- a/StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs +++ b/StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs @@ -1,5 +1,5 @@ /** - * Copyright 2018-2020 Aaron Sherber + * Copyright 2018-2021 Aaron Sherber * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs b/StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs index 015da04..de2b28f 100644 --- a/StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs +++ b/StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs @@ -1,5 +1,5 @@ /** - * Copyright 2018-2020 Aaron Sherber + * Copyright 2018-2021 Aaron Sherber * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/StaTypPocoQueries.PetaPoco/SqlTranslator.cs b/StaTypPocoQueries.PetaPoco/SqlTranslator.cs index 03de5d6..8cd94ea 100644 --- a/StaTypPocoQueries.PetaPoco/SqlTranslator.cs +++ b/StaTypPocoQueries.PetaPoco/SqlTranslator.cs @@ -1,5 +1,5 @@ /** - * Copyright 2018-2020 Aaron Sherber + * Copyright 2018-2021 Aaron Sherber * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj b/StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj index b6b970c..9e8d449 100644 --- a/StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj +++ b/StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj @@ -6,18 +6,18 @@ false PetaPoco bindings for StaTypPocoQueries. Aaron Sherber - Copyright 2018-19 + Copyright 2018-21 Apache-2.0 https://github.com/asherber/StaTypPocoQueries.PetaPoco git https://raw.githubusercontent.com/asherber/StaTypPocoQueries.PetaPoco/master/media/static-64.png petapoco statyppocoqueries statically typed - Methods will now correctly read Column attributes on properties when building SQL + Methods will now use mapper for names and values when building SQL true $(AssemblyName).xml - $(NoWarn);1591;1570;1587 + 1701;1702;1591;1570;1587;CS1573