Skip to content

Commit 12c7e18

Browse files
author
Anthony Sneed
authored
Merge pull request #28 from TrackableEntities/ef-core-3.0-preview7
Update to EF Core 3.0
2 parents edc5de8 + 5139ed5 commit 12c7e18

19 files changed

Lines changed: 43 additions & 28 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>TrackableEntities.Common.Core</PackageId>
6-
<PackageVersion>1.2.0</PackageVersion>
6+
<PackageVersion>3.0.0</PackageVersion>
77
<Authors>Tony Sneed</Authors>
88
<Company>Tony Sneed</Company>
99
<Title>Trackable Entities Common for .NET Standard</Title>
1010
<Description>Assembly containing TrackingState enum and ITrackable, IMergeable interfaces.</Description>
1111
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
12-
<PackageReleaseNotes>See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v1.2.0</PackageReleaseNotes>
12+
<PackageReleaseNotes>See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v3.0.0</PackageReleaseNotes>
1313
<PackageTags>change-tracking entity-framework-core n-tier</PackageTags>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageProjectUrl>https://github.com/TrackableEntities/TrackableEntities.Core</PackageProjectUrl>
17-
<PackageIconUrl>http://trackableentities.github.io/images/tracking.png</PackageIconUrl>
17+
<PackageIcon>icon.png</PackageIcon>
1818
<IncludeSource>true</IncludeSource>
1919
</PropertyGroup>
2020

@@ -28,4 +28,8 @@
2828
<LangVersion>latest</LangVersion>
2929
</PropertyGroup>
3030

31+
<ItemGroup>
32+
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
33+
</ItemGroup>
34+
3135
</Project>
12.4 KB
Loading

0 commit comments

Comments
 (0)