Skip to content

Commit 38dada8

Browse files
committed
[up] deps to latest
1 parent 16fb783 commit 38dada8

File tree

21 files changed

+111
-31
lines changed

21 files changed

+111
-31
lines changed

src/Examples/Simplify.Examples.Repository.EntityFramework.App/Simplify.Examples.Repository.EntityFramework.App.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<ProjectReference Include="..\Simplify.Examples.Repository.EntityFramework\Simplify.Examples.Repository.EntityFramework.csproj" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.*" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.9" />
1717
<PackageReference Include="Simplify.DI" Version="4.2.*" />
1818
<PackageReference Include="Simplify.DI.Provider.SimpleInjector" Version="1.11.*" />
19-
<PackageReference Include="System.Data.SqlClient" Version="4.8.*" />
19+
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<None Update="appsettings.json">

src/Simplify.Bus.Impl/CHANGELOG.md

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

3+
## [0.1.2] - 2025-10-10
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to 4.2.11
8+
39
## [0.1.1] - 2022-06-21
410

511
### Added

src/Simplify.Bus.Impl/Simplify.Bus.Impl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1010

11-
<Version>0.1.1</Version>
11+
<Version>0.1.2</Version>
1212

1313
<Description>Simplify.Bus implementation</Description>
1414
<Product>Simplify</Product>
@@ -26,7 +26,7 @@
2626
<ProjectReference Include="..\Simplify.Bus\Simplify.Bus.csproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Simplify.DI" Version="4.1.*" />
29+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/CHANGELOG.md

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

3+
## [1.4] - 2025-10-10
4+
5+
### Removed
6+
7+
- .NET 6 support
8+
9+
### Added
10+
11+
- .NET 9 support
12+
13+
### Dependencies
14+
15+
- Microsoft.Extensions.DependencyInjection bump to 9.0.9
16+
317
## [1.3] - 2024-06-09
418

519
### Dependencies

src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
3+
<TargetFrameworks>net9.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<EmbedUntrackedSources>true</EmbedUntrackedSources>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.3</Version>
10+
<Version>1.4</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>
@@ -22,7 +22,7 @@
2222
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/CHANGELOG.md for details</PackageReleaseNotes>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.9" />
2626
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2727
</ItemGroup>
2828
<ItemGroup>

src/Simplify.DI.Provider.Autofac/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.3.3] - 2025-10-11
4+
5+
### Dependencies
6+
7+
- Autofac bump to 8.4.0
8+
39
## [1.3.2] - 2025-06-15
410

511
### Dependencies

src/Simplify.DI.Provider.Autofac/Simplify.DI.Provider.Autofac.csproj

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

11-
<Version>1.3.2</Version>
11+
<Version>1.3.3</Version>
1212

1313
<Authors>Simplify community</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.Autofac/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Autofac" Version="8.3.0" />
26+
<PackageReference Include="Autofac" Version="8.4.0" />
2727
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2828
</ItemGroup>
2929
<ItemGroup>

src/Simplify.EntityFramework/CHANGELOG.md

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

3+
## [1.1] - 2025-10-10
4+
5+
### Removed
6+
7+
- .NET Standard 2.1 support
8+
9+
### Added
10+
11+
- .NET 9 support
12+
13+
### Dependencies
14+
15+
- Microsoft.EntityFrameworkCore to 9.0.9
16+
- Microsoft.Extensions.Configuration.Abstractions to 9.0.9
17+
- System.Data.SqlClient bump to 4.9
18+
319
## [1.0] - 2024-01-14
420

521
### Dependencies

src/Simplify.EntityFramework/Simplify.EntityFramework.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.1</TargetFrameworks>
3+
<TargetFrameworks>net9.0</TargetFrameworks>
44
<EmbedUntrackedSources>true</EmbedUntrackedSources>
55
<IncludeSymbols>true</IncludeSymbols>
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88

9-
<Version>1.0</Version>
9+
<Version>1.1</Version>
1010

1111
<Authors>Alexander Krylkov</Authors>
1212
<Product>Simplify</Product>
@@ -21,9 +21,9 @@
2121
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
25-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
26-
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9" />
25+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.9" />
26+
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

src/Simplify.Mail.TestConsoleApp/Simplify.Mail.TestConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectReference Include="..\Simplify.Mail\Simplify.Mail.csproj" />
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.*" />
2020
<PackageReference Include="Simplify.DI" Version="4.2.*" />
2121
</ItemGroup>
2222
<ItemGroup>

0 commit comments

Comments
 (0)