Skip to content

Commit

Permalink
Release 3.10-beta.4 (Issue #116)
Browse files Browse the repository at this point in the history
- bumped version to 3.10-beta.4 (3.10-beta4 for NuGet)
- updated changelog
  • Loading branch information
jbatte47 committed Oct 4, 2013
1 parent 7e4258b commit 559db91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 3.10-beta.4 ##

- Fixes for `IMoqContainer` ([issue 114](https://github.com/TheTribe/code-patterns/issues/114))
- Calls to `Create<TService>` now either return the registered instance, or a mock. No hidden updates.
- Calls to `Create<TService, TImplementation>` update the container with the implementation type, and return the newly-registered instance.

## 3.10-beta.3 ##

- Extracted `Patterns.Configuration.InMemoryConfigurationSource` from `Patterns.Testing.Configuration.TestConfigurationSource` ([issue 110](https://github.com/TheTribe/code-patterns/issues/110))
Expand Down
2 changes: 1 addition & 1 deletion src/Patterns/SolutionAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("3.10.0")]
[assembly: AssemblyInformationalVersion("3.10.0-beta3")]
[assembly: AssemblyInformationalVersion("3.10.0-beta4")]
2 changes: 1 addition & 1 deletion src/Patterns/SolutionAssemblyInfo.settings.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Settings.Initialize(
majorNumber: 3,
minorNumber: 10,
patchNumber: 0,
buildNumber: 3,
buildNumber: 4,
buildLevel: BuildLevels.Beta
);
#><#+
Expand Down

0 comments on commit 559db91

Please sign in to comment.