Skip to content

Commit 75f69af

Browse files
committed
releasing v4.7.5
1 parent 8fe2d8b commit 75f69af

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DryIoc is fast, small, full-featured IoC Container for .NET
3030
- __DryIoc__ (source code) [![NuGet Badge](https://buildstats.info/nuget/DryIoc)](https://www.nuget.org/packages/DryIoc)
3131
- __DryIoc.Internal__ (source code with public types made internal) [![NuGet Badge](https://buildstats.info/nuget/DryIoc.Internal)](https://www.nuget.org/packages/DryIoc.Internal)
3232

33-
- [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)
33+
- [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)
3434
- [Extensions and Companions](Extensions.md)
3535
- [Documentation][WikiHome]
3636
- [Contribution guide](CONTRIBUTING.md)

docs/DryIoc.Docs/VersionHistory.md

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

4+
## v4.7.5 Bug-fix release / 2021-04-04
5+
6+
- #390 NullReferenceException on Unregister
7+
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
8+
49
## v4.7.4 Bug-fix release / 2021-02-26
510

611
- #376 DryIoc.Interpreter seems to mess up the exception call stack

nuspecs/DryIoc.Internal.nuspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>DryIoc.Internal</id>
5-
<version>4.7.4</version>
5+
<version>4.7.5</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -15,6 +15,12 @@
1515
<releaseNotes>
1616
<![CDATA[
1717
18+
## v4.7.5 Bug-fix release
19+
20+
- #390 NullReferenceException on Unregister
21+
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
22+
23+
1824
## v4.7.4 Bug-fix release
1925
2026
- #376 DryIoc.Interpreter seems to mess up the exception call stack

nuspecs/DryIoc.nuspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>DryIoc</id>
5-
<version>4.7.4</version>
5+
<version>4.7.5</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2013-2021 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
@@ -15,6 +15,12 @@
1515
<releaseNotes>
1616
<![CDATA[
1717
18+
## v4.7.5 Bug-fix release
19+
20+
- #390 NullReferenceException on Unregister
21+
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
22+
23+
1824
## v4.7.4 Bug-fix release
1925
2026
- #376 DryIoc.Interpreter seems to mess up the exception call stack

src/DryIoc/DryIoc.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks Condition="'$(NoLegacy)' == 'true'">net45;netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks>
66

77
<Product>DryIoc</Product>
8-
<VersionPrefix>4.7.4</VersionPrefix>
8+
<VersionPrefix>4.7.5</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
1010

1111
<AssemblyName>$(Product)</AssemblyName>
@@ -18,6 +18,12 @@
1818
<PackageReleaseNotes>
1919
<![CDATA[
2020
21+
## v4.7.5 Bug-fix release
22+
23+
- #390 NullReferenceException on Unregister
24+
- fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule
25+
26+
2127
## v4.7.4 Bug-fix release
2228
2329
- #376 DryIoc.Interpreter seems to mess up the exception call stack

0 commit comments

Comments
 (0)