File tree Expand file tree Collapse file tree 4 files changed +10
-32
lines changed
FirebirdSql.Data.FirebirdClient
FirebirdSql.EntityFrameworkCore.Firebird Expand file tree Collapse file tree 4 files changed +10
-32
lines changed Original file line number Diff line number Diff line change 7
7
<VersionSuffix ></VersionSuffix >
8
8
<Company >FirebirdSQL</Company >
9
9
<Product >NETProvider</Product >
10
+ <Authors >FirebirdSQL</Authors >
11
+ <PackageProjectUrl >http://www.firebirdsql.org/en/net-provider/</PackageProjectUrl >
12
+ <PackageIconUrl >http://www.firebirdsql.org/file/about/ds-firebird-logo-64.png</PackageIconUrl >
13
+ <RepositoryUrl >https://github.com/FirebirdSQL/NETProvider</RepositoryUrl >
14
+ <RepositoryType >git</RepositoryType >
15
+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
16
+ <MinClientVersion >3.6</MinClientVersion >
17
+ <IncludeBuildOutput >true</IncludeBuildOutput >
18
+ <IncludeSymbols >false</IncludeSymbols >
19
+ <PackageLicenseFile >license.txt</PackageLicenseFile >
10
20
</PropertyGroup >
11
21
12
22
<!-- SourceLink -->
Original file line number Diff line number Diff line change 9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
10
</PropertyGroup >
11
11
<PropertyGroup >
12
- <Company >FirebirdSQL</Company >
13
- <Product >NETProvider</Product >
14
12
<AssemblyTitle >NETProvider - Entity Framework Provider</AssemblyTitle >
15
13
<Copyright >(c) 2014-2019</Copyright >
16
14
</PropertyGroup >
17
15
<PropertyGroup >
18
16
<PackageId >EntityFramework.Firebird</PackageId >
19
17
<Title >Firebird Entity Framework Provider</Title >
20
- <Authors >FirebirdSQL</Authors >
21
18
<PackageDescription >The Entity Framework provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework.</PackageDescription >
22
19
<PackageTags >firebird;firebirsql;firebirdclient;entityframewor;adonet;database</PackageTags >
23
- <PackageProjectUrl >http://www.firebirdsql.org/en/net-provider/</PackageProjectUrl >
24
- <PackageIconUrl >http://www.firebirdsql.org/file/about/ds-firebird-logo-64.png</PackageIconUrl >
25
- <PackageLicenseFile >license.txt</PackageLicenseFile >
26
- <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
27
- <RepositoryUrl >https://github.com/FirebirdSQL/NETProvider</RepositoryUrl >
28
- <RepositoryType >git</RepositoryType >
29
- <MinClientVersion >3.6</MinClientVersion >
30
- <IncludeBuildOutput >true</IncludeBuildOutput >
31
- <IncludeSymbols >false</IncludeSymbols >
32
20
</PropertyGroup >
33
21
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
34
22
<DefineConstants >EF6;TRACE</DefineConstants >
Original file line number Diff line number Diff line change 16
16
<PropertyGroup >
17
17
<PackageId >FirebirdSql.Data.FirebirdClient</PackageId >
18
18
<Title >Firebird ADO.NET Data provider</Title >
19
- <Authors >FirebirdSQL</Authors >
20
19
<PackageDescription >Firebird ADO.NET data provider</PackageDescription >
21
20
<PackageTags >firebird;firebirsql;firebirdclient;adonet;database</PackageTags >
22
- <PackageProjectUrl >http://www.firebirdsql.org/en/net-provider/</PackageProjectUrl >
23
- <PackageIconUrl >http://www.firebirdsql.org/file/about/ds-firebird-logo-64.png</PackageIconUrl >
24
- <PackageLicenseFile >license.txt</PackageLicenseFile >
25
- <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
26
- <RepositoryUrl >https://github.com/FirebirdSQL/NETProvider</RepositoryUrl >
27
- <RepositoryType >git</RepositoryType >
28
- <MinClientVersion >3.6</MinClientVersion >
29
- <IncludeBuildOutput >true</IncludeBuildOutput >
30
- <IncludeSymbols >false</IncludeSymbols >
31
21
</PropertyGroup >
32
22
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
33
23
<DefineConstants >TRACE</DefineConstants >
Original file line number Diff line number Diff line change 15
15
<PropertyGroup >
16
16
<PackageId >FirebirdSql.EntityFrameworkCore.Firebird</PackageId >
17
17
<Title >Firebird Entity Framework Core Provider</Title >
18
- <Authors >FirebirdSQL</Authors >
19
18
<PackageDescription >The Entity Framework Core provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework Core.</PackageDescription >
20
19
<PackageTags >firebird;firebirsql;firebirdclient;entityframeworkcore;adonet;database</PackageTags >
21
- <PackageProjectUrl >http://www.firebirdsql.org/en/net-provider/</PackageProjectUrl >
22
- <PackageIconUrl >http://www.firebirdsql.org/file/about/ds-firebird-logo-64.png</PackageIconUrl >
23
- <PackageLicenseFile >license.txt</PackageLicenseFile >
24
- <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
25
- <RepositoryUrl >https://github.com/FirebirdSQL/NETProvider</RepositoryUrl >
26
- <RepositoryType >git</RepositoryType >
27
- <MinClientVersion >3.6</MinClientVersion >
28
- <IncludeBuildOutput >true</IncludeBuildOutput >
29
- <IncludeSymbols >false</IncludeSymbols >
30
20
</PropertyGroup >
31
21
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
32
22
<DefineConstants >EFCORE;TRACE</DefineConstants >
You can’t perform that action at this time.
0 commit comments