Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jul 7, 2015
2 parents 5e9857c + 2ba9973 commit 65c6b42
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions MicroOrm.Dapper.Repositories.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MicroOrm.Dapper.Repositories</id>
<version>1.0.0</version>
<title>MicroOrm.Dapper.Repositories</title>
<authors>Sergey Kuznetsov</authors>
<owners>Sergey Kuznetsov</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/phnx47/MicroOrm.Dapper.Repositories</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>CRUD for Dapper, implement Data Repository</description>
<releaseNotes></releaseNotes>
<tags>dapper, microorm, repositories</tags>
<dependencies>
<dependency id="Dapper" version="1.42" />
</dependencies>
</metadata>
<files>
<file src="MicroOrm.Dapper.Repositories\bin\Release\MicroOrm.Dapper.Repositories.dll" target="lib\net45" />
<file src="MicroOrm.Dapper.Repositories\bin\Release\MicroOrm.Dapper.Repositories.pdb" target="lib\net45" />
<file src="MicroOrm.Dapper.Repositories\bin\Release\MicroOrm.Dapper.Repositories.xml" target="lib\net45" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\MicroOrm.Dapper.Repositories.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Production|AnyCPU'">
<OutputPath>bin\Production\</OutputPath>
Expand Down

0 comments on commit 65c6b42

Please sign in to comment.