Skip to content

Commit 94a4707

Browse files
committed
Suppress XML warnings, update copyright date
1 parent 8df72ca commit 94a4707

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2020 Aaron Sherber
2+
* Copyright 2018-2021 Aaron Sherber
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2020 Aaron Sherber
2+
* Copyright 2018-2021 Aaron Sherber
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2020 Aaron Sherber
2+
* Copyright 2018-2021 Aaron Sherber
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

StaTypPocoQueries.PetaPoco/SqlTranslator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2020 Aaron Sherber
2+
* Copyright 2018-2021 Aaron Sherber
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<Description>PetaPoco bindings for StaTypPocoQueries.</Description>
88
<Authors>Aaron Sherber</Authors>
9-
<Copyright>Copyright 2018-19</Copyright>
9+
<Copyright>Copyright 2018-21</Copyright>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/asherber/StaTypPocoQueries.PetaPoco</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageIconUrl>https://raw.githubusercontent.com/asherber/StaTypPocoQueries.PetaPoco/master/media/static-64.png</PackageIconUrl>
1414
<PackageTags>petapoco statyppocoqueries statically typed</PackageTags>
15-
<PackageReleaseNotes>Methods will now correctly read Column attributes on properties when building SQL</PackageReleaseNotes>
15+
<PackageReleaseNotes>Methods will now use mapper for names and values when building SQL</PackageReleaseNotes>
1616
</PropertyGroup>
1717
<PropertyGroup>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<DocumentationFile>$(AssemblyName).xml</DocumentationFile>
20-
<NoWarn>$(NoWarn);1591;1570;1587</NoWarn>
20+
<NoWarn>1701;1702;1591;1570;1587;CS1573</NoWarn>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<PackageReference Include="PetaPoco.Compiled" Version="[6.0.394,7.0)" />

0 commit comments

Comments
 (0)