Skip to content

Commit fa84cb4

Browse files
committed
Cleanup.
1 parent 613641e commit fa84cb4

File tree

4 files changed

+10
-32
lines changed

4 files changed

+10
-32
lines changed

Provider/src/Directory.Build.props

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<VersionSuffix></VersionSuffix>
88
<Company>FirebirdSQL</Company>
99
<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>
1020
</PropertyGroup>
1121

1222
<!-- SourceLink -->

Provider/src/EntityFramework.Firebird/EntityFramework.Firebird.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,14 @@
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
</PropertyGroup>
1111
<PropertyGroup>
12-
<Company>FirebirdSQL</Company>
13-
<Product>NETProvider</Product>
1412
<AssemblyTitle>NETProvider - Entity Framework Provider</AssemblyTitle>
1513
<Copyright>(c) 2014-2019</Copyright>
1614
</PropertyGroup>
1715
<PropertyGroup>
1816
<PackageId>EntityFramework.Firebird</PackageId>
1917
<Title>Firebird Entity Framework Provider</Title>
20-
<Authors>FirebirdSQL</Authors>
2118
<PackageDescription>The Entity Framework provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework.</PackageDescription>
2219
<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>
3220
</PropertyGroup>
3321
<PropertyGroup Condition="'$(Configuration)'=='Release'">
3422
<DefineConstants>EF6;TRACE</DefineConstants>

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdSql.Data.FirebirdClient.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,8 @@
1616
<PropertyGroup>
1717
<PackageId>FirebirdSql.Data.FirebirdClient</PackageId>
1818
<Title>Firebird ADO.NET Data provider</Title>
19-
<Authors>FirebirdSQL</Authors>
2019
<PackageDescription>Firebird ADO.NET data provider</PackageDescription>
2120
<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>
3121
</PropertyGroup>
3222
<PropertyGroup Condition="'$(Configuration)'=='Release'">
3323
<DefineConstants>TRACE</DefineConstants>

Provider/src/FirebirdSql.EntityFrameworkCore.Firebird/FirebirdSql.EntityFrameworkCore.Firebird.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,8 @@
1515
<PropertyGroup>
1616
<PackageId>FirebirdSql.EntityFrameworkCore.Firebird</PackageId>
1717
<Title>Firebird Entity Framework Core Provider</Title>
18-
<Authors>FirebirdSQL</Authors>
1918
<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>
2019
<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>
3020
</PropertyGroup>
3121
<PropertyGroup Condition="'$(Configuration)'=='Release'">
3222
<DefineConstants>EFCORE;TRACE</DefineConstants>

0 commit comments

Comments
 (0)