Skip to content

Commit

Permalink
Release version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaasoft committed Mar 2, 2022
1 parent c7aed4f commit cfcdb6e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Microsoft.EntityFrameworkCore.Dm
Dm database provider for Entity Framework Core
[![NuGet Version](http://img.shields.io/nuget/v/dmdbms.Microsoft.EntityFrameworkCore.Dm.svg?style=flat)](https://www.nuget.org/packages/dmdbms.Microsoft.EntityFrameworkCore.Dm/)
DaMeng(DM) database provider for Entity Framework Core.

## Related Packages

* ADO.NET: [dmdbms.DmProvider](https://www.nuget.org/packages/dmdbms.DmProvider/)
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Microsoft.EntityFrameworkCore.Dm</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
Expand All @@ -11,14 +11,26 @@
<PropertyGroup>
<RootNamespace />
<PackageId>dmdbms.$(AssemblyName)</PackageId>
<Version>5.0.0-preview.1</Version>
<Description>Dm database provider for Entity Framework Core</Description>
<Version>5.0.0</Version>
<Description>DaMeng(DM) database provider for Entity Framework Core.</Description>
<PackageProjectUrl>https://github.com/dmdbms/Microsoft.EntityFrameworkCore.Dm</PackageProjectUrl>
<RepositoryUrl>https://github.com/dmdbms/Microsoft.EntityFrameworkCore.Dm</RepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dmdbms.DmProvider" Version="1.1.0-preview.1" />
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="dmdbms.DmProvider" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.14" />
</ItemGroup>
</Project>

0 comments on commit cfcdb6e

Please sign in to comment.