Skip to content

Commit

Permalink
Fix package urls (#147)
Browse files Browse the repository at this point in the history
This commit fixes the package urls to point at the correct
repository.
  • Loading branch information
russcam committed Jun 1, 2021
1 parent fd7db55 commit ee52142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ecs-dotnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ EndProject
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}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7610B796-BB3E-4CB2-8296-79BBFF6D23FC}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3582B07D-C2B0-49CC-B676-EAF806EB010E}"
ProjectSection(SolutionItems) = preProject
Expand Down
9 changes: 4 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<Authors>Elastic and contributors</Authors>
<Copyright>Elasticsearch BV</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/elastic/elasticsearch-net-abstractions</RepositoryUrl>
<PackageProjectUrl>https://github.com/elastic/elasticsearch-net-abstractions</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/elastic/elasticsearch-net-abstractions/releases</PackageReleaseNotes>


<RepositoryUrl>https://github.com/elastic/ecs-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/elastic/ecs-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/elastic/ecs-dotnet/releases</PackageReleaseNotes>

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\keys\keypair.snk</AssemblyOriginatorKeyFile>

Expand Down

0 comments on commit ee52142

Please sign in to comment.