Skip to content

Commit

Permalink
Suppress XML warnings, update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
asherber committed Mar 6, 2021
1 parent 8df72ca commit 94a4707
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion StaTypPocoQueries.PetaPoco/DatabaseExtensions.FSharp.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion StaTypPocoQueries.PetaPoco/DatabaseExtensions.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion StaTypPocoQueries.PetaPoco/DatabaseQuoter.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion StaTypPocoQueries.PetaPoco/SqlTranslator.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>PetaPoco bindings for StaTypPocoQueries.</Description>
<Authors>Aaron Sherber</Authors>
<Copyright>Copyright 2018-19</Copyright>
<Copyright>Copyright 2018-21</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/asherber/StaTypPocoQueries.PetaPoco</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>https://raw.githubusercontent.com/asherber/StaTypPocoQueries.PetaPoco/master/media/static-64.png</PackageIconUrl>
<PackageTags>petapoco statyppocoqueries statically typed</PackageTags>
<PackageReleaseNotes>Methods will now correctly read Column attributes on properties when building SQL</PackageReleaseNotes>
<PackageReleaseNotes>Methods will now use mapper for names and values when building SQL</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>$(AssemblyName).xml</DocumentationFile>
<NoWarn>$(NoWarn);1591;1570;1587</NoWarn>
<NoWarn>1701;1702;1591;1570;1587;CS1573</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PetaPoco.Compiled" Version="[6.0.394,7.0)" />
Expand Down

0 comments on commit 94a4707

Please sign in to comment.