Skip to content

Commit

Permalink
Update nuspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bratchikov Igor committed Aug 21, 2020
1 parent a87d969 commit aaad2da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [5.1.1] - 2020.08.21

### Added

1. The maximum number of top level query operations and changesets allowed in a single batch parameter, set default as 1000.

### Fixed

1. Update and delete details by batch update.
2. Exponential format for numeric values serialization issue.
3. SafeLoadDetails add details DataCopy to DataCopy DetailArray.
4. Load emty agregators in SafeLoadDetails.

## [5.1.0] - 2020.05.03

### Added
Expand Down
4 changes: 2 additions & 2 deletions NewPlatform.Flexberry.ORM.ODataService.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NewPlatform.Flexberry.ORM.ODataService</id>
<version>5.1.1-beta04</version>
<version>5.1.1</version>
<title>Flexberry ORM ODataService</title>
<authors>New Platform Ltd.</authors>
<owners>New Platform Ltd.</owners>
Expand All @@ -13,7 +13,7 @@
<description>Flexberry ORM OData Service Package.</description>
<releaseNotes>
Added
1. The maximum number of top level query operations and changesets allowed in a single batch parameter
1. The maximum number of top level query operations and changesets allowed in a single batch parameter, set default as 1000.
Fixed
1. Update and delete details by batch update.
2. Exponential format for numeric values serialization issue.
Expand Down

0 comments on commit aaad2da

Please sign in to comment.