Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Feb 18, 2021
1 parent 62dc99c commit 06589be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MicroOrm.Dapper.Repositories.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC29F662-3E4D-411F-A4DA-93BE1BF81012}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{BC29F662-3E4D-411F-A4DA-93BE1BF81012}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>CRUD for Dapper</Description>
<Copyright>2020 © Sergey Kuznetsov, Paulo Victor Lund</Copyright>
<Copyright>2020 © Serge K, Paulo Victor Lund</Copyright>
<AssemblyTitle>MicroOrm.Dapper.Repositories</AssemblyTitle>
<VersionPrefix>1.15.1</VersionPrefix>
<VersionPrefix>1.16.0</VersionPrefix>
<Authors>Sergey Kuznetsov, Paulo Victor Lund</Authors>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0</TargetFrameworks>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 06589be

Please sign in to comment.