Skip to content

Commit

Permalink
Version 1.2.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed May 31, 2020
1 parent 89493ae commit 57e2dfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions src/NReco.Data/NReco.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>Micro-ORM with abstract queries and SQL generation for any ADO.NET connector.</Title>
<Copyright>Copyright (c) 2016-2020 Vitalii Fedorchenko</Copyright>
<AssemblyTitle>NReco.Data</AssemblyTitle>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<Authors>Vitalii Fedorchenko</Authors>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -15,6 +15,10 @@
<PackageReleaseNotes>Source code and examples: https://github.com/nreco/data
API reference: https://www.nrecosite.com/doc/NReco.Data/

v.1.2.0 changes:
- added simple aggregate queries with QAggregateField #60
- fixed issue with RelexBuilder and QVar #61

v.1.1.1 changes:
- fixed issue with DbDataAdapter.Update for RecordSet when query contains parameters that are not mapped to Row columns #55

Expand All @@ -31,14 +35,6 @@ v.1.0.5 changes:
- ability to specify ApplyOffset only for concrete select (issue #46)
- add support of nullable types and handling of nulls for non-nullable in DataReaderResult.Single&lt;T&gt; (issue #47)

v.1.0.4 changes:
- added DbDataAdapter.Select overload that accepts FormattableString (like in EF Core)
- netstandard2.0 build
- added DataReaderResult.ToDataTable and DbDataAdapter.SelectQuery.ToDataTable methods (net45/netstandard2.0)

v.1.0.3 changes:
- Changed DbParameter to IDbDataParameter in CommandParameter constructor
- Added RecordSet.FromReader overload that accepts limit parameter
</PackageReleaseNotes>
<PackageIconUrl>https://www.nrecosite.com/img/nreco-logo-200.png</PackageIconUrl>
<PackageProjectUrl>https://www.nrecosite.com/dalc_net.aspx</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/NReco.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 57e2dfe

Please sign in to comment.