Skip to content

Commit 559db91

Browse files
committed
Release 3.10-beta.4 (Issue #116)
- bumped version to 3.10-beta.4 (3.10-beta4 for NuGet) - updated changelog
1 parent 7e4258b commit 559db91

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The following log details the outward-facing changes made to code-patterns since its first migration to GitHub.
44

5+
## 3.10-beta.4 ##
6+
7+
- Fixes for `IMoqContainer` ([issue 114](https://github.com/TheTribe/code-patterns/issues/114))
8+
- Calls to `Create<TService>` now either return the registered instance, or a mock. No hidden updates.
9+
- Calls to `Create<TService, TImplementation>` update the container with the implementation type, and return the newly-registered instance.
10+
511
## 3.10-beta.3 ##
612

713
- Extracted `Patterns.Configuration.InMemoryConfigurationSource` from `Patterns.Testing.Configuration.TestConfigurationSource` ([issue 110](https://github.com/TheTribe/code-patterns/issues/110))

src/Patterns/SolutionAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
[assembly: ComVisible(false)]
3333
[assembly: NeutralResourcesLanguage("en-US")]
3434
[assembly: AssemblyVersion("3.10.0")]
35-
[assembly: AssemblyInformationalVersion("3.10.0-beta3")]
35+
[assembly: AssemblyInformationalVersion("3.10.0-beta4")]

src/Patterns/SolutionAssemblyInfo.settings.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Settings.Initialize(
33
majorNumber: 3,
44
minorNumber: 10,
55
patchNumber: 0,
6-
buildNumber: 3,
6+
buildNumber: 4,
77
buildLevel: BuildLevels.Beta
88
);
99
#><#+

0 commit comments

Comments
 (0)