Skip to content

Commit

Permalink
releasing v4.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Apr 4, 2021
1 parent 8fe2d8b commit 75f69af
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DryIoc is fast, small, full-featured IoC Container for .NET
- __DryIoc__ (source code) [![NuGet Badge](https://buildstats.info/nuget/DryIoc)](https://www.nuget.org/packages/DryIoc)
- __DryIoc.Internal__ (source code with public types made internal) [![NuGet Badge](https://buildstats.info/nuget/DryIoc.Internal)](https://www.nuget.org/packages/DryIoc.Internal)

- [Release Notes](/~https://github.com/dadhi/DryIoc/releases/tag/v4.7.4) :: [Previous Versions](/~https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md)
- [Release Notes](/~https://github.com/dadhi/DryIoc/releases/tag/v4.7.5) :: [Previous Versions](/~https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/VersionHistory.md)
- [Extensions and Companions](Extensions.md)
- [Documentation][WikiHome]
- [Contribution guide](CONTRIBUTING.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/DryIoc.Docs/VersionHistory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version History
---------------

## v4.7.5 Bug-fix release / 2021-04-04

- #390 NullReferenceException on Unregister
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule

## v4.7.4 Bug-fix release / 2021-02-26

- #376 DryIoc.Interpreter seems to mess up the exception call stack
Expand Down
8 changes: 7 additions & 1 deletion nuspecs/DryIoc.Internal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>DryIoc.Internal</id>
<version>4.7.4</version>
<version>4.7.5</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
<projectUrl>/~https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -15,6 +15,12 @@
<releaseNotes>
<![CDATA[
## v4.7.5 Bug-fix release
- #390 NullReferenceException on Unregister
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
## v4.7.4 Bug-fix release
- #376 DryIoc.Interpreter seems to mess up the exception call stack
Expand Down
8 changes: 7 additions & 1 deletion nuspecs/DryIoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>DryIoc</id>
<version>4.7.4</version>
<version>4.7.5</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
<projectUrl>/~https://github.com/dadhi/DryIoc</projectUrl>
Expand All @@ -15,6 +15,12 @@
<releaseNotes>
<![CDATA[
## v4.7.5 Bug-fix release
- #390 NullReferenceException on Unregister
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
## v4.7.4 Bug-fix release
- #376 DryIoc.Interpreter seems to mess up the exception call stack
Expand Down
8 changes: 7 additions & 1 deletion src/DryIoc/DryIoc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="'$(NoLegacy)' == 'true'">net45;netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks>

<Product>DryIoc</Product>
<VersionPrefix>4.7.4</VersionPrefix>
<VersionPrefix>4.7.5</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyName>$(Product)</AssemblyName>
Expand All @@ -18,6 +18,12 @@
<PackageReleaseNotes>
<![CDATA[
## v4.7.5 Bug-fix release
- #390 NullReferenceException on Unregister
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
## v4.7.4 Bug-fix release
- #376 DryIoc.Interpreter seems to mess up the exception call stack
Expand Down

0 comments on commit 75f69af

Please sign in to comment.