Skip to content

Commit

Permalink
Merge branch 'feature/Implement_IExtendedEnricherMetadata' of https:/…
Browse files Browse the repository at this point in the history
…/github.com/CluedIn-io/CluedIn.Enricher.Permid into feature/Implement_IExtendedEnricherMetadata
  • Loading branch information
BenFidge committed Nov 28, 2019
2 parents a1228b8 + 972bfe7 commit 08fe42e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ExternalSearch.Providers.PermId.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\cluedin.png" />
<None Remove="Resources\permid.jpg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\cluedin.png" />
<EmbeddedResource Include="Resources\permid.jpg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CluedIn.ExternalSearch" Version="2.6.0-alpha0003" />
Expand Down
6 changes: 3 additions & 3 deletions src/PermIdExternalSearchProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ private void PopulatePersonMetadata(IEntityMetadata metadata, AssociatedPerson p
metadata.Uri = new Uri(string.Format("https://permid.org/1-{0}", person.PersonUrl.First()));
}

public string Icon { get; } = "Resources.cluedin.png";
public string Domain { get; } = "To be confirmed";
public string About { get; } = "A test Enricher used to work with known data during acceptance tests";
public string Icon { get; } = "Resources.permid.jpg";
public string Domain { get; } = "https://permid.org/";
public string About { get; } = "PermID is enricher using permanent and universal identifiers where underlying attributes capture the context of the identity they each represent";
public AuthMethods AuthMethods { get; } = null;
public IEnumerable<Control> Properties { get; } = null;
public Guide Guide { get; } = null;
Expand Down
Binary file added src/Resources/permid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08fe42e

Please sign in to comment.