-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anthony Sneed
committed
Feb 5, 2018
1 parent
4476e72
commit cf08b80
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+9.86 KB
NuGet/TrackableEntities.EF.Core/TrackableEntities.EF.Core.1.0.0-beta.nupkg.zip
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
NuGet/TrackableEntities.EF.Core/TrackableEntities.EF.Core.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>TrackableEntities.EF.Core</id> | ||
<version>1.0.0-beta</version> | ||
<title>Trackable Entities for EF Core</title> | ||
<authors>Tony Sneed</authors> | ||
<owners>Tony Sneed</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/TrackableEntities/TrackableEntities.Core/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/TrackableEntities/TrackableEntities.Core</projectUrl> | ||
<iconUrl>http://trackableentities.github.io/images/tracking.png</iconUrl> | ||
<description>Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved by a service in a single transaction.</description> | ||
<releaseNotes>See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v1.0.0-beta1</releaseNotes> | ||
<tags>change-tracking entity-framework-core n-tier</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="TrackableEntities.Common.Core" version="1.0.0-beta" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.EntityFrameworkCore" version="2.0.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |