diff --git a/icon.png b/icon.png new file mode 100644 index 00000000..c0461573 Binary files /dev/null and b/icon.png differ diff --git a/pack.ps1 b/pack.ps1 index f353fc0d..4a852f9b 100644 --- a/pack.ps1 +++ b/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 -} \ No newline at end of file + dotnet pack $env:APPVEYOR_BUILD_FOLDER\src\MicroOrm.Dapper.Repositories -c Release --include-symbols --include-source --no-build -o artifacts\nuget +} diff --git a/src/MicroOrm.Dapper.Repositories/MicroOrm.Dapper.Repositories.csproj b/src/MicroOrm.Dapper.Repositories/MicroOrm.Dapper.Repositories.csproj index abb7dee9..d02203f2 100644 --- a/src/MicroOrm.Dapper.Repositories/MicroOrm.Dapper.Repositories.csproj +++ b/src/MicroOrm.Dapper.Repositories/MicroOrm.Dapper.Repositories.csproj @@ -3,21 +3,23 @@ CRUD for Dapper 2019 © Sergey Kuznetsov MicroOrm.Dapper.Repositories - 1.11.1 + 1.12.0 Sergey Kuznetsov net461;netstandard2.0 + netstandard2.0 true true MicroOrm.Dapper.Repositories dapper;micro-orm;repositories;crud - https://image.ibb.co/itOgt5/database.png + icon.png http://dapper.phnx47.net - https://opensource.org/licenses/MIT + MIT git https://github.com/phnx47/MicroOrm.Dapper.Repositories - 8 - netstandard2.0 + + +