Skip to content

Commit

Permalink
[edit] version/CHANGELOG
Browse files Browse the repository at this point in the history
[up] Simplify.DI to 4.2.10
[up] Microsoft.Extensions.DependencyInjection to 7.0.0
  • Loading branch information
i4004 committed Aug 1, 2023
1 parent 2b2b476 commit 3be5808
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.1] - 2023-08-01

### Added

- .NET 6 support
- .NET Standard 2.1 support
- .NET 4.8 support

### Dependencies

- Simplify.DI bump to 4.2.10

## [1.1.1] - 2022-10-16

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.1.1</Version>
<Version>1.2</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -21,8 +21,8 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Simplify.DI" Version="4.1.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
6 changes: 5 additions & 1 deletion src/Simplify.DI.Provider.Autofac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.2.1] - 2023-07-31
## [1.2.1] - 2023-08-01

### Removed

Expand All @@ -11,6 +11,10 @@
- .NET Standard 2.1 support
- .NET 4.8 support

### Dependencies

- Simplify.DI bump to 4.2.10

## [1.2.0] - 2023-07-03

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="7.0.1" />
<PackageReference Include="Simplify.DI" Version="4.2.9" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
4 changes: 2 additions & 2 deletions src/Simplify.DI.Provider.CastleWindsor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.7.2] - 2023-07-31
## [1.8.0] - 2023-08-01

### Removed

Expand All @@ -14,7 +14,7 @@
### Dependencies

- Castle.Windsor bump to 6.0.0
- Simplify.DI bump to 4.2.9
- Simplify.DI bump to 4.2.10

## [1.7.1] - 2022-05-18

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.7.2</Version>
<Version>1.8</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Castle.Windsor" Version="6.0.0" />
<PackageReference Include="Simplify.DI" Version="4.2.9" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.1] - 2023-08-01

### Removed

- .NET 4.6.2 support

### Added

- .NET Standard 2.1 support
- .NET 4.8 support

### Dependencies

- Simplify.DI bump to 4.2.10

## [1.5.0] - 2023-07-03

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0;net462</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.5</Version>
<Version>1.5.1</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Simplify.DI" Version="4.2.9" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
6 changes: 5 additions & 1 deletion src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.11.2] - 2023-07-31
## [1.11.2] - 2023-08-01

### Removed

Expand All @@ -11,6 +11,10 @@
- .NET Standard 2.1 support
- .NET 4.8 support

### Dependencies

- Simplify.DI bump to 4.2.10

## [1.11.1] - 2022-10-16

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.2.3" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion src/Simplify.DI.Wcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.5.1] - 2023-07-31
## [1.5.1] - 2023-08-01

### Removed

Expand All @@ -9,6 +9,10 @@
### Added

- .NET 4.8 support

### Dependencies

- Simplify.DI bump to 4.2.10

## [1.5.0] - 2021-07-18

Expand Down
2 changes: 1 addition & 1 deletion src/Simplify.DI.Wcf/Simplify.DI.Wcf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Wcf/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.1.*" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Activation" />
</ItemGroup>
Expand Down

0 comments on commit 3be5808

Please sign in to comment.