Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
GTECH\martin.k committed Jun 4, 2018
1 parent 1495e2e commit c1c2756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Dapper.Bulk/Dapper.Bulk.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Dapper.Bulk</AssemblyName>
Expand All @@ -13,11 +13,11 @@
<PackageTags>fast;bulk;insert;dapper;orm;sql;micro-orm;</PackageTags>
<Copyright>Martin Kostov</Copyright>
<Description>Fast bulk insert extensions for Dapper.</Description>
<PackageReleaseNotes>- Table conventions are now cleaned on SetupConvention call.</PackageReleaseNotes>
<PackageReleaseNotes>-Fixed issue #2 (names with specified schema)</PackageReleaseNotes>
<Company>Mk</Company>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down

0 comments on commit c1c2756

Please sign in to comment.