Skip to content

Commit f4829a7

Browse files
committed
[edit] version/changelog
1 parent 01c099b commit f4829a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Simplify.EntityFramework/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0-pre02] - 2022-11-11
4+
5+
### Dependencies
6+
7+
- System.Data.SqlClient bump to 4.8.5
8+
39
## [1.0-pre01] - 2022-01-24
410

511
### Added

src/Simplify.EntityFramework/Simplify.EntityFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88

9-
<Version>1.0-pre01</Version>
9+
<Version>1.0-pre02</Version>
1010

1111
<Authors>Alexander Krylkov</Authors>
1212
<Product>Simplify</Product>
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
24-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.*" />
24+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
2525
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2626
</ItemGroup>
2727
<ItemGroup>

0 commit comments

Comments
 (0)