Skip to content

Commit

Permalink
Version 1.0.1 - Output document XML file for Nuget Package
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNet Brightener committed Jan 22, 2020
1 parent 38992bd commit 65f5eeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion LinQToSqlBuilder/LinQToSqlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<PackageId>DotNetBrightener.LinQToSqlBuilder</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Copyright>© 2020 DotNet Brightener</Copyright>
<Authors>DotNet Brightener</Authors>
<Company>DotNet Brightener</Company>
Expand All @@ -13,4 +13,9 @@
<RootNamespace>DotNetBrightener.LinQToSqlBuilder</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1701;1702;1591;1574;1723</NoWarn>
</PropertyGroup>

</Project>
4 changes: 1 addition & 3 deletions LinQToSqlBuilder/SqlBuilderBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* License: http://www.apache.org/licenses/LICENSE-2.0 */

using System;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using DotNetBrightener.LinQToSqlBuilder.Adapter;
Expand Down

0 comments on commit 65f5eeb

Please sign in to comment.