Skip to content

Commit

Permalink
Update csproj info
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Dec 29, 2019
1 parent 9a33511 commit 3c1cd6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pack.ps1
@@ -1,7 +1,7 @@
if ($env:APPVEYOR_REPO_TAG -eq "false") {
dotnet pack $env:APPVEYOR_BUILD_FOLDER\src\MicroOrm.Dapper.Repositories -c Release --include-symbols --no-build --version-suffix build$env:APPVEYOR_BUILD_NUMBER -o artifacts\myget
dotnet pack $env:APPVEYOR_BUILD_FOLDER\src\MicroOrm.Dapper.Repositories -c Release --include-symbols --include-source --no-build --version-suffix build$env:APPVEYOR_BUILD_NUMBER -o artifacts\myget
}

if ($env:APPVEYOR_REPO_TAG -eq "true") {
dotnet pack $env:APPVEYOR_BUILD_FOLDER\src\MicroOrm.Dapper.Repositories -c Release --include-symbols --no-build -o artifacts\nuget
}
dotnet pack $env:APPVEYOR_BUILD_FOLDER\src\MicroOrm.Dapper.Repositories -c Release --include-symbols --include-source --no-build -o artifacts\nuget
}
Expand Up @@ -3,21 +3,23 @@
<Description>CRUD for Dapper</Description>
<Copyright>2019 © Sergey Kuznetsov</Copyright>
<AssemblyTitle>MicroOrm.Dapper.Repositories</AssemblyTitle>
<VersionPrefix>1.11.1</VersionPrefix>
<VersionPrefix>1.12.0</VersionPrefix>
<Authors>Sergey Kuznetsov</Authors>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0</TargetFrameworks>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>MicroOrm.Dapper.Repositories</PackageId>
<PackageTags>dapper;micro-orm;repositories;crud</PackageTags>
<PackageIconUrl>https://image.ibb.co/itOgt5/database.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>http://dapper.phnx47.net</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/phnx47/MicroOrm.Dapper.Repositories</RepositoryUrl>
<LangVersion>8</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.30" />
</ItemGroup>
Expand Down

0 comments on commit 3c1cd6a

Please sign in to comment.