Skip to content

Commit ee52142

Browse files
committed
Fix package urls (#147)
This commit fixes the package urls to point at the correct repository.
1 parent fd7db55 commit ee52142

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

ecs-dotnet.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ EndProject
2828
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elastic.Apm.Test.Common", "tests\Elastic.Apm.Test.Common\Elastic.Apm.Test.Common.csproj", "{4E0D951B-FEC5-4043-913A-BED795892405}"
2929
EndProject
3030
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7610B796-BB3E-4CB2-8296-79BBFF6D23FC}"
31-
ProjectSection(SolutionItems) = preProject
32-
Directory.Build.props = Directory.Build.props
33-
EndProjectSection
31+
ProjectSection(SolutionItems) = preProject
32+
src\Directory.Build.props = src\Directory.Build.props
33+
EndProjectSection
3434
EndProject
3535
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3582B07D-C2B0-49CC-B676-EAF806EB010E}"
3636
ProjectSection(SolutionItems) = preProject

src/Directory.Build.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
<Authors>Elastic and contributors</Authors>
66
<Copyright>Elasticsearch BV</Copyright>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
8-
<RepositoryUrl>https://github.com/elastic/elasticsearch-net-abstractions</RepositoryUrl>
9-
<PackageProjectUrl>https://github.com/elastic/elasticsearch-net-abstractions</PackageProjectUrl>
10-
<PackageReleaseNotes>https://github.com/elastic/elasticsearch-net-abstractions/releases</PackageReleaseNotes>
11-
12-
8+
<RepositoryUrl>https://github.com/elastic/ecs-dotnet</RepositoryUrl>
9+
<PackageProjectUrl>https://github.com/elastic/ecs-dotnet</PackageProjectUrl>
10+
<PackageReleaseNotes>https://github.com/elastic/ecs-dotnet/releases</PackageReleaseNotes>
11+
1312
<SignAssembly>true</SignAssembly>
1413
<AssemblyOriginatorKeyFile>..\..\build\keys\keypair.snk</AssemblyOriginatorKeyFile>
1514

0 commit comments

Comments
 (0)