Skip to content

Commit

Permalink
Add beta1 NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed committed Feb 5, 2018
1 parent 4476e72 commit cf08b80
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file not shown.
23 changes: 23 additions & 0 deletions NuGet/TrackableEntities.EF.Core/TrackableEntities.EF.Core.nuspec
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>

0 comments on commit cf08b80

Please sign in to comment.