Skip to content

Commit be2e744

Browse files
committed
Publish 1.17
1 parent dd764dc commit be2e744

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DbMocker/DbMocker.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Apps72.Dev.Data.DbMocker</AssemblyName>
66
<RootNamespace>Apps72.Dev.Data.DbMocker</RootNamespace>
7-
<Version>1.16.0</Version>
7+
<Version>1.17.0</Version>
88
<PackageId>DbMocker</PackageId>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<Authors>Denis Voituron</Authors>
@@ -25,10 +25,10 @@ conn.Mocks
2525
<PackageTags>DbMocker, Mocker, SQLServer, Oracle, Sqlite, EntityFramework, EF, Dapper, UnitTest</PackageTags>
2626
<PackageReleaseNotes>https://github.com/Apps72/DbMocker</PackageReleaseNotes>
2727
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28-
<AssemblyVersion>1.16.0.0</AssemblyVersion>
28+
<AssemblyVersion>1.17.0.0</AssemblyVersion>
2929
<PackageProjectUrl>https://github.com/Apps72/DbMocker</PackageProjectUrl>
3030
<RepositoryUrl>https://github.com/Apps72/DbMocker</RepositoryUrl>
31-
<FileVersion>1.16.0.0</FileVersion>
31+
<FileVersion>1.17.0.0</FileVersion>
3232
</PropertyGroup>
3333

3434
<ItemGroup>

ReadMe.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ var conn = new MockDbConnection()
251251

252252
## Releases
253253

254+
## Version 1.17
255+
- Fix consistent NewLine detection (\n, \r or both), used by `WhenTag` method.
256+
Thanks [martinsmith1968](https://github.com/martinsmith1968).
257+
254258
## Version 1.16
255259
- Add `MockTable.FromType<T>` method to fill a mock table using existing .NET objects.
256260
Thanks [martinsmith1968](https://github.com/martinsmith1968).

0 commit comments

Comments
 (0)