Skip to content

Commit 707b689

Browse files
Merge pull request #9 from appany/0.1.2
Bump packages, exclude assets
2 parents 6b49b3c + 235f7b9 commit 707b689

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

src/AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL/AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,33 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>0.1.1</Version>
6+
<Version>0.1.2</Version>
77
<LangVersion>9</LangVersion>
8+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
9+
<IncludeSymbols>true</IncludeSymbols>
10+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
812
</PropertyGroup>
913

1014
<PropertyGroup>
1115
<RepositoryType>git</RepositoryType>
1216
<RepositoryUrl>https://github.com/appany/AppAny.Quartz.EntityFrameworkCore.Migrations.PostgreSQL</RepositoryUrl>
1317
<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>
1620
<Copyright>Copyright ©2021 AppAny</Copyright>
1721
<Authors>sergeyshaykhullin</Authors>
1822
<Description>EntityFrameworkCore PostgreSQL migrations for AppAny.Quartz.NET</Description>
1923
<PackageTags>.NET Core;ASP.NET Core;EntityFrameworkCore;AppAny.Quartz.NET;PostgreSQL</PackageTags>
2024
</PropertyGroup>
2125

2226
<ItemGroup Label="Packages">
23-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.1" />
27+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.2" />
2428
</ItemGroup>
2529

2630
<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="" />
2933
</ItemGroup>
3034

3135
</Project>

0 commit comments

Comments
 (0)