Skip to content

Commit

Permalink
Merge pull request #67 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v 0.7.1
  • Loading branch information
SSchulze1989 authored Jun 17, 2023
2 parents f24dbba + 1562def commit 3b803be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DatabaseBenchmarks/DatabaseBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
<PackageReference Include="iRLeagueApiCore.Common" Version="0.7.0" />
<PackageReference Include="iRLeagueApiCore.Common" Version="0.7.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/iRLeagueDatabaseCore/iRLeagueDatabaseCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup />

<ItemGroup>
<PackageReference Include="iRLeagueApiCore.Common" Version="0.7.0" />
<PackageReference Include="iRLeagueApiCore.Common" Version="0.7.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.7" />
Expand All @@ -24,7 +24,7 @@
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PackageId>iRLeagueDatabaseCore</PackageId>
<Version>0.7.0</Version>
<Version>0.7.1</Version>
<Authors>Simon Schulze</Authors>
<Company>Simon Schulze</Company>
<PackageDescription>This package contains the Entityframework configuration for a Code first project</PackageDescription>
Expand Down

0 comments on commit 3b803be

Please sign in to comment.