Skip to content

Commit c8cdd0c

Browse files
committed
Remove deprecated PackageIconUrl configuration
1 parent f529beb commit c8cdd0c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/EntityFrameworkCore.DataEncryption/EntityFrameworkCore.DataEncryption.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,31 @@
77
<Version>1.1.0</Version>
88
<Authors>Filipe GOMES PEIXOTO</Authors>
99
<PackageId>EntityFrameworkCore.DataEncryption</PackageId>
10-
<PackageLicenseUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/master/LICENSE</PackageLicenseUrl>
1110
<PackageProjectUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption</PackageProjectUrl>
1211
<RepositoryUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption.git</RepositoryUrl>
1312
<RepositoryType>git</RepositoryType>
1413
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1514
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1615
<PackageTags>entity-framework-core, extensions, dotnet-core, dotnet, encryption, fluent-api</PackageTags>
1716
<LangVersion>7.3</LangVersion>
18-
<PackageIconUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/master/resources/icon.png?raw=true</PackageIconUrl>
17+
<PackageIcon>icon.png</PackageIcon>
1918
<Copyright>Filipe GOMES PEIXOTO © 2019</Copyright>
2019
<Description>A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.</Description>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<PackageReleaseNotes>- Add support for Entity Framework Core 3</PackageReleaseNotes>
2122
</PropertyGroup>
2223

2324
<ItemGroup>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<None Include="..\..\LICENSE">
31+
<Pack>True</Pack>
32+
<PackagePath></PackagePath>
33+
</None>
34+
<None Include="Resources/icon.png" Pack="true" Visible="true" PackagePath="" />
2635
</ItemGroup>
2736

2837
</Project>

resources/icon.png renamed to src/EntityFrameworkCore.DataEncryption/resources/icon.png

File renamed without changes.

0 commit comments

Comments
 (0)