-
Notifications
You must be signed in to change notification settings - Fork 110
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
yingtingxu(徐应庭)
committed
Jul 7, 2021
1 parent
12a37cf
commit 4630c33
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Description>A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.</Description> | ||
<VersionPrefix>5.0.0</VersionPrefix> | ||
<VersionPrefix>5.0.7</VersionPrefix> | ||
<Authors>rigofunc;[email protected]</Authors> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<NoWarn>$(NoWarn);CS1591</NoWarn> | ||
|
@@ -16,6 +16,6 @@ | |
<RepositoryUrl>https://github.com/arch/AutoHistory.git</RepositoryUrl> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" /> | ||
</ItemGroup> | ||
</Project> |
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