|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.1</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | | - <Version>0.1.1</Version> |
| 6 | + <Version>0.1.2</Version> |
7 | 7 | <LangVersion>9</LangVersion> |
| 8 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 9 | + <IncludeSymbols>true</IncludeSymbols> |
| 10 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 11 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
8 | 12 | </PropertyGroup> |
9 | 13 |
|
10 | 14 | <PropertyGroup> |
11 | 15 | <RepositoryType>git</RepositoryType> |
12 | 16 | <RepositoryUrl>https://github.com/appany/AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL</RepositoryUrl> |
13 | 17 | <PackageProjectUrl>https://github.com/appany/AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL</PackageProjectUrl> |
14 | | - <PackageIcon>content/logo.png</PackageIcon> |
15 | | - <PackageLicenseFile>content/LICENSE</PackageLicenseFile> |
| 18 | + <PackageIcon>logo.png</PackageIcon> |
| 19 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
16 | 20 | <Copyright>Copyright ©2021 AppAny</Copyright> |
17 | 21 | <Authors>sergeyshaykhullin</Authors> |
18 | 22 | <Description>EntityFrameworkCore PostgreSQL migrations for AppAny.Quartz.NET</Description> |
19 | 23 | <PackageTags>.NET Core;ASP.NET Core;EntityFrameworkCore;AppAny.Quartz.NET;PostgreSQL</PackageTags> |
20 | 24 | </PropertyGroup> |
21 | 25 |
|
22 | 26 | <ItemGroup Label="Packages"> |
23 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.1" /> |
| 27 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.2" /> |
24 | 28 | </ItemGroup> |
25 | 29 |
|
26 | 30 | <ItemGroup Label="Assets"> |
27 | | - <None Include="../../assets/logo.png" Pack="true" Visible="false" /> |
28 | | - <None Include="../../LICENSE" Pack="true" Visible="false" /> |
| 31 | + <None Include="../../assets/logo.png" Pack="true" Visible="false" PackagePath="" /> |
| 32 | + <None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="" /> |
29 | 33 | </ItemGroup> |
30 | 34 |
|
31 | 35 | </Project> |
0 commit comments