Skip to content

Commit 28d4b4a

Browse files
committed
bump version
1 parent 2a321b2 commit 28d4b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MicroOrm.Dapper.Repositories/MicroOrm.Dapper.Repositories.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>CRUD for Dapper</Description>
4-
<Copyright>2015 © Sergey Kuznetsov</Copyright>
4+
<Copyright>2020 © Sergey Kuznetsov, Paulo Victor Lund</Copyright>
55
<AssemblyTitle>MicroOrm.Dapper.Repositories</AssemblyTitle>
6-
<VersionPrefix>1.14.2</VersionPrefix>
6+
<VersionPrefix>1.15.0</VersionPrefix>
77
<Authors>Sergey Kuznetsov, Paulo Victor Lund</Authors>
88
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0</TargetFrameworks>
99
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFramework>

0 commit comments

Comments
 (0)