Skip to content

Commit 869f5d4

Browse files
committed
Set version of Flexberry ORM up to 7.0.0
1 parent cce09ac commit 869f5d4

4 files changed

Lines changed: 149 additions & 31 deletions

NewPlatform.Flexberry.ORM.MSSQLDataService.nuspec

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>NewPlatform.Flexberry.ORM.MSSQLDataService</id>
5-
<version>6.1.0</version>
5+
<version>7.0.0</version>
66
<title>Flexberry ORM</title>
77
<authors>New Platform Ltd</authors>
88
<owners>New Platform Ltd</owners>
@@ -13,24 +13,37 @@
1313
<description>Flexberry ORM package.</description>
1414
<releaseNotes>
1515
Added
16-
1. DbProviderFactory
16+
1. Building under .net6 and .net7.
1717
</releaseNotes>
1818
<copyright>Copyright New Platform Ltd 2023</copyright>
1919
<tags>Flexberry ORM</tags>
2020
<dependencies>
2121
<group targetFramework=".NETFramework4.5">
22-
<dependency id="NewPlatform.Flexberry.ORM" version="6.1.0" />
22+
<dependency id="NewPlatform.Flexberry.ORM" version="7.0.0" />
2323
</group>
2424
<group targetFramework=".NETStandard2.0">
25-
<dependency id="NewPlatform.Flexberry.ORM" version="6.1.0" />
25+
<dependency id="NewPlatform.Flexberry.ORM" version="7.0.0" />
2626
<dependency id="System.Data.SqlClient" version="4.6.1" />
2727
</group>
2828
</dependencies>
2929
</metadata>
3030
<files>
3131
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\net45\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
3232
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\net45\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
33+
34+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\net461\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
35+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\net461\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
36+
3337
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
3438
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
39+
40+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
41+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
42+
43+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\net6.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
44+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\net6.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
45+
46+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" target="lib\net7.0\ICSSoft.STORMNET.Business.MSSQLDataService.dll" />
47+
<file src="ICSSoft.STORMNET.Business.MSSQLDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" target="lib\net7.0\ICSSoft.STORMNET.Business.MSSQLDataService.xml" />
3548
</files>
3649
</package>

NewPlatform.Flexberry.ORM.OracleDataService.nuspec

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>NewPlatform.Flexberry.ORM.OracleDataService</id>
5-
<version>6.1.0</version>
5+
<version>7.0.0</version>
66
<title>Flexberry ORM</title>
77
<authors>New Platform Ltd</authors>
88
<owners>New Platform Ltd</owners>
@@ -13,24 +13,38 @@
1313
<description>Flexberry ORM package.</description>
1414
<releaseNotes>
1515
Added
16-
1. DbProviderFactory
16+
1. Building under .net6 and .net7.
1717
</releaseNotes>
1818
<copyright>Copyright New Platform Ltd 2023</copyright>
1919
<tags>Flexberry ORM</tags>
2020
<dependencies>
2121
<group targetFramework=".NETFramework4.5">
22-
<dependency id="NewPlatform.Flexberry.ORM" version="6.1.0" />
22+
<dependency id="NewPlatform.Flexberry.ORM" version="7.0.0" />
2323
<dependency id="Oracle.ManagedDataAccess" version="12.1.22" />
2424
</group>
2525
<group targetFramework=".NETStandard2.0">
26-
<dependency id="NewPlatform.Flexberry.ORM" version="6.1.0" />
26+
<dependency id="NewPlatform.Flexberry.ORM" version="7.0.0" />
2727
<dependency id="Oracle.ManagedDataAccess.Core" version="2.19.3" />
2828
</group>
2929
</dependencies>
3030
</metadata>
3131
<files>
3232
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\net45\ICSSoft.STORMNET.Business.OracleDataService.dll" />
3333
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\net45\ICSSoft.STORMNET.Business.OracleDataService.XML" />
34+
35+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\net461\ICSSoft.STORMNET.Business.OracleDataService.dll" />
36+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\net461\ICSSoft.STORMNET.Business.OracleDataService.XML" />
37+
3438
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.dll" />
35-
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.XML" /> </files>
39+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.OracleDataService.XML" />
40+
41+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.OracleDataService.dll" />
42+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.OracleDataService.XML" />
43+
44+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\net6.0\ICSSoft.STORMNET.Business.OracleDataService.dll" />
45+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\net6.0\ICSSoft.STORMNET.Business.OracleDataService.XML" />
46+
47+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.OracleDataService.dll" target="lib\net7.0\ICSSoft.STORMNET.Business.OracleDataService.dll" />
48+
<file src="ICSSoft.STORMNET.Business.OracleDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.OracleDataService.XML" target="lib\net7.0\ICSSoft.STORMNET.Business.OracleDataService.XML" />
49+
</files>
3650
</package>

NewPlatform.Flexberry.ORM.PostgresDataService.nuspec

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>NewPlatform.Flexberry.ORM.PostgresDataService</id>
5-
<version>6.1.0</version>
5+
<version>7.0.0</version>
66
<title>Flexberry ORM</title>
77
<authors>New Platform Ltd</authors>
88
<owners>New Platform Ltd</owners>
@@ -13,7 +13,7 @@
1313
<description>Flexberry ORM package.</description>
1414
<releaseNotes>
1515
Added
16-
1. DbProviderFactory
16+
1. Building under .net6 and .net7.
1717
Performance
1818
1. Remove `order by stormmainobjectkey` for inner query.
1919
Fixed
@@ -22,14 +22,27 @@
2222
<copyright>Copyright New Platform Ltd 2023</copyright>
2323
<tags>Flexberry ORM</tags>
2424
<dependencies>
25-
<dependency id="NewPlatform.Flexberry.ORM" version="6.1.0" />
25+
<dependency id="NewPlatform.Flexberry.ORM" version="7.0.0" />
2626
<dependency id="Npgsql" version="3.2.6" />
2727
</dependencies>
2828
</metadata>
2929
<files>
3030
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\net45\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
3131
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net45\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\net45\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
32+
33+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\net461\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
34+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net461\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\net461\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
35+
3236
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
3337
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\netstandard2.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\netstandard2.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
38+
39+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
40+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\netcoreapp3.1\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\netcoreapp3.1\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
41+
42+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\net6.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
43+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net6.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\net6.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
44+
45+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" target="lib\net7.0\ICSSoft.STORMNET.Business.PostgresDataService.dll" />
46+
<file src="ICSSoft.STORMNET.Business.PostgresDataService\bin\$configuration$\net7.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" target="lib\net7.0\ICSSoft.STORMNET.Business.PostgresDataService.XML" />
3447
</files>
3548
</package>

0 commit comments

Comments
 (0)