Skip to content

Commit 6967bfb

Browse files
committed
Normalize line endings following PR 117
1 parent 0f10f0e commit 6967bfb

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed

NHibernate.Spatial.MsSql/NHibernate.Spatial.MsSql.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
1414
</ItemGroup>
1515

16-
1716
<ItemGroup>
1817
<EmbeddedResource Include="Metadata\GeometryColumn.MsSql2008GeographyDialect.hbm.xml" />
1918
<EmbeddedResource Include="Metadata\GeometryColumn.MsSql2008GeometryDialect.hbm.xml" />

NHibernate.Spatial.MySQL/NHibernate.Spatial.MySQL.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<RootNamespace>NHibernate.Spatial</RootNamespace>
7-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8-
<IncludeSymbols>true</IncludeSymbols>
9-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10-
</PropertyGroup>
11-
12-
<ItemGroup>
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14-
</ItemGroup>
7+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10+
</PropertyGroup>
1511

12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14+
</ItemGroup>
1615

1716
<ItemGroup>
1817
<PackageReference Include="MySql.Data" Version="8.0.18" />

NHibernate.Spatial.PostGis/NHibernate.Spatial.PostGis.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<RootNamespace>NHibernate.Spatial</RootNamespace>
7-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8-
<IncludeSymbols>true</IncludeSymbols>
9-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10-
</PropertyGroup>
11-
12-
<ItemGroup>
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14-
</ItemGroup>
7+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10+
</PropertyGroup>
1511

12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14+
</ItemGroup>
1615

1716
<ItemGroup>
1817
<None Remove="Metadata\GeometryColumn.PostGis20Dialect.hbm.xml" />

NHibernate.Spatial/NHibernate.Spatial.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
6-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
7-
<IncludeSymbols>true</IncludeSymbols>
8-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9-
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13-
</ItemGroup>
6+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
7+
<IncludeSymbols>true</IncludeSymbols>
8+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9+
</PropertyGroup>
1410

11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13+
</ItemGroup>
1514

1615
<ItemGroup>
1716
<PackageReference Include="NetTopologySuite" Version="2.0.0" />

0 commit comments

Comments
 (0)