Skip to content

Commit

Permalink
[edit] version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Nov 11, 2022
1 parent 01c099b commit f4829a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/Simplify.EntityFramework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0-pre02] - 2022-11-11

### Dependencies

- System.Data.SqlClient bump to 4.8.5

## [1.0-pre01] - 2022-01-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Simplify.EntityFramework/Simplify.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.0-pre01</Version>
<Version>1.0-pre02</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f4829a7

Please sign in to comment.