Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Oct 5, 2019
2 parents 0d9ca69 + dbe7021 commit 765c61e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
26 changes: 25 additions & 1 deletion Dysnomia.Common.SQL/DbReaderMapper.cs
@@ -1,4 +1,28 @@
using System;
/*
MIT License
Copyright (c) 2019 Axel "Elanis" Soupé
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

using System;
using System.Data;

namespace Dysnomia.Common.SQL.Common {
Expand Down
22 changes: 20 additions & 2 deletions Dysnomia.Common.SQL/Dysnomia.Common.SQL.csproj
@@ -1,7 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
<Authors>Axel "Elanis" Soupé</Authors>
<Company>Dysnomia</Company>
<Description>A .NET Core Micro-ORM for PostgreSQL &amp; SQL Server</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</PackageProjectUrl>
<RepositoryUrl>https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageReleaseNotes>First version of the library

https://github.com/Dysnomia-Studio/Dysnomia.Common.SQL/commit/0d9ca6920cbf604ce4d7bb4c08abeca59647cd58</PackageReleaseNotes>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 765c61e

Please sign in to comment.