Skip to content

Commit

Permalink
Merge pull request #251 from Flexberry/feature-release-7-1-1
Browse files Browse the repository at this point in the history
Changed version of NewPlatform.Flexberry.ORM up to 7.1.1
  • Loading branch information
Anisimova2020 authored Jun 8, 2023
2 parents fa8b0e4 + 69426dd commit b83cc69
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed

### Fixed
1. Error on loading with not stored attribute with inheritance.

### Security

### Performance

## [7.1.1] - 2023-06-08

### Fixed
1. Error on loading with not stored attribute with inheritance.

## [7.1.0] - 2023-04-11

### Added
Expand Down
10 changes: 6 additions & 4 deletions NewPlatform.Flexberry.ORM.MSSQLDataService.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.MSSQLDataService</id>
<version>7.1.1-beta01</version>
<version>7.1.1</version>
<title>Flexberry ORM</title>
<authors>New Platform Ltd</authors>
<owners>New Platform Ltd</owners>
Expand All @@ -12,17 +12,19 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Flexberry ORM package.</description>
<releaseNotes>
Fixed
1. Error on loading with not stored attribute with inheritance.
Changed
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1-beta01.
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1.
</releaseNotes>
<copyright>Copyright New Platform Ltd 2023</copyright>
<tags>Flexberry ORM</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1-beta01" />
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1-beta01" />
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1" />
<dependency id="System.Data.SqlClient" version="4.6.1" />
</group>
</dependencies>
Expand Down
10 changes: 6 additions & 4 deletions NewPlatform.Flexberry.ORM.OracleDataService.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.OracleDataService</id>
<version>7.1.1-beta01</version>
<version>7.1.1</version>
<title>Flexberry ORM</title>
<authors>New Platform Ltd</authors>
<owners>New Platform Ltd</owners>
Expand All @@ -12,18 +12,20 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Flexberry ORM package.</description>
<releaseNotes>
Fixed
1. Error on loading with not stored attribute with inheritance.
Changed
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1-beta01.
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1.
</releaseNotes>
<copyright>Copyright New Platform Ltd 2023</copyright>
<tags>Flexberry ORM</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1-beta01" />
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1" />
<dependency id="Oracle.ManagedDataAccess" version="12.1.22" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1-beta01" />
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1" />
<dependency id="Oracle.ManagedDataAccess.Core" version="2.19.3" />
</group>
</dependencies>
Expand Down
8 changes: 5 additions & 3 deletions NewPlatform.Flexberry.ORM.PostgresDataService.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.PostgresDataService</id>
<version>7.1.1-beta01</version>
<version>7.1.1</version>
<title>Flexberry ORM</title>
<authors>New Platform Ltd</authors>
<owners>New Platform Ltd</owners>
Expand All @@ -12,13 +12,15 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Flexberry ORM package.</description>
<releaseNotes>
Fixed
1. Error on loading with not stored attribute with inheritance.
Changed
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1-beta01.
1. Updated NewPlatform.Flexberry.ORM up to 7.1.1.
</releaseNotes>
<copyright>Copyright New Platform Ltd 2023</copyright>
<tags>Flexberry ORM</tags>
<dependencies>
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1-beta01" />
<dependency id="NewPlatform.Flexberry.ORM" version="7.1.1" />
<dependency id="Npgsql" version="3.2.7" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion NewPlatform.Flexberry.ORM.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</id>
<version>7.1.1-beta01</version>
<version>7.1.1</version>
<title>Flexberry ORM</title>
<authors>New Platform Ltd</authors>
<owners>New Platform Ltd</owners>
Expand Down

0 comments on commit b83cc69

Please sign in to comment.