Skip to content

Commit 4301cd6

Browse files
committed
version bump / changelog update
1 parent 82b0905 commit 4301cd6

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Patterns Changelog ##
22

3+
**3.9.0**
4+
5+
- Added `Patterns.Collections.ConfigurableEqualityComparer<TValue>` (Issue #66)
6+
- Fixed type casting error in `Patterns.Testing.Autofac.Moq.AutofacMoqContainer` (Issue #67)
7+
- Fixed issue with up-front service type inspection in `Patterns.Testing.Autofac.Moq.MoqRegistrationSource` (Issue #68)
8+
- Added `IRegexEvaluator` and `RegexEvaluator` to the `Patterns.Text.RegularExpressions` namespace (Issue #69)
9+
- Added `Evaluator` and `EvaluatorAccessor` to `System.Text.RegularExpressions.CompiledRegex` (Issue #70)
10+
- Added `Patterns.Runtime.TemporaryScope`
11+
- Added `ActionValueStrategies<TValue>`
12+
- Added `FuncValueStrategies<TValue, TOut>`
13+
14+
**3.8.1** - Expanded capabilities of `Patterns.Mapping.IMappingServices` (issue #65)
15+
316
**3.8.0**
417

518
- Renamed `Patterns.Autofac.Sources.ResolveAnythingSource` to `Patterns.Autofac.Sources.ResolveCreatableSource` (issue #43)

src/Patterns/SolutionAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
[assembly: AssemblyCulture("")]
3232
[assembly: ComVisible(false)]
3333
[assembly: NeutralResourcesLanguage("en-US")]
34-
[assembly: AssemblyVersion("3.8.1")]
34+
[assembly: AssemblyVersion("3.9.0")]

src/Patterns/SolutionAssemblyInfo.settings.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<#
22
Settings.Initialize(
33
majorNumber: 3,
4-
minorNumber: 8,
5-
patchNumber: 1,
4+
minorNumber: 9,
5+
patchNumber: 0,
66
buildNumber: null,
77
buildLevel: BuildLevels.None
88
);

0 commit comments

Comments
 (0)