Skip to content

Commit 241003d

Browse files
committed
Update the changelog [skip ci]
1 parent 28850f2 commit 241003d

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

ChangeLog.md

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

3+
## Version [0.15.1](https://github.com/cedx/sql.net/compare/v0.15.0...v0.15.1)
4+
- Fixed the handling of parameter names and values.
5+
36
## Version [0.15.0](https://github.com/cedx/sql.net/compare/v0.14.0...v0.15.0)
47
- Added an indexer to the `ParameterCollection` class.
58
- Added the `Contains()`, `IndexOf()` and `RemoveAt()` methods to the `ParameterCollection` class.

Sql.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
DefaultCommandPrefix = "Sql"
3-
ModuleVersion = "0.16.0"
3+
ModuleVersion = "0.15.1"
44
PowerShellVersion = "7.5"
55
RootModule = "bin/Belin.Sql.Cmdlets.dll"
66

src/Sql.Cmdlets/Sql.Cmdlets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>A simple micro-ORM, based on ADO.NET and data annotations.</Description>
66
<Product>SQL Mapper for .NET</Product>
7-
<Version>0.16.0</Version>
7+
<Version>0.15.1</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

src/Sql.Dapper/Sql.Dapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>A simple micro-ORM, based on ADO.NET and data annotations.</Description>
66
<Product>SQL Mapper for .NET</Product>
7-
<Version>0.16.0</Version>
7+
<Version>0.15.1</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

src/Sql/Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>A simple micro-ORM, based on ADO.NET and data annotations.</Description>
66
<Product>SQL Mapper for .NET</Product>
7-
<Version>0.16.0</Version>
7+
<Version>0.15.1</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

test/Sql.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Company>Cedric-Belin.fr</Company>
44
<Copyright>© Cédric Belin</Copyright>
55
<Product>SQL Mapper for .NET</Product>
6-
<Version>0.16.0</Version>
6+
<Version>0.15.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)