Skip to content

Commit

Permalink
Updated package references.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanyliv committed Jul 19, 2018
1 parent 0c4be56 commit ead86f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Build/linq2db.Default.props
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.0.1</Version>
<PackageVersion>1.0.1</PackageVersion>

<Description>Allows to execute Linq to DB (linq2db) queries Entity Framework Core DbContext.</Description>
<Title>Linq to DB (linq2db) extensions for on Entity Framework Core</Title>
<Description>Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.</Description>
<Title>Linq to DB (linq2db) extensions for Entity Framework Core</Title>
<AssemblyTitle>$(Title)</AssemblyTitle>
<Authors>Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin</Authors>
<Product>Linq to DB</Product>
Expand Down
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="linq2db" Version="2.1.0-rc2453" />
<PackageReference Include="linq2db" Version="2.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.1" />
<PackageReference Include="System.Interactive.Async" Version="3.1.1" />
</ItemGroup>
Expand Down

0 comments on commit ead86f4

Please sign in to comment.