Skip to content

Commit

Permalink
Add nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ven0maus authored and rofr committed Oct 6, 2020
1 parent 3254efe commit 017762d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Fig.SqlSettings/Fig.SqlSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Venomaus</Authors>
<Description>Fig support for sql providers</Description>
<Copyright>Venomaus</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/devrexlabs/fig</PackageProjectUrl>
<RepositoryUrl>https://github.com/devrexlabs/fig</RepositoryUrl>
<PackageReleaseNotes>Implementation of SqlProvider support for Fig</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 017762d

Please sign in to comment.