Skip to content

Commit

Permalink
chg - Finalize the changes
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 5, 2024
1 parent fd69572 commit f62bdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nettify/MailAddress/IspTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static ClientConfig GetIspConfig(string address)
{
// Get the final database address
string hostName = new Uri($"mailto:{address}").Host;
var xmlStream = Assembly.GetAssembly(typeof(IspTools)).GetManifestResourceStream($"Nettify.{hostName}.xml");
var xmlStream = Assembly.GetAssembly(typeof(IspTools)).GetManifestResourceStream($"Nettify.assets.IspInfo.{hostName}.xml");
string xmlContent = new StreamReader(xmlStream).ReadToEnd();

// Get the client config
Expand Down
2 changes: 1 addition & 1 deletion Nettify/Nettify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="..\assets\IspInfo\*.xml" />
<EmbeddedResource Include="assets\IspInfo\*.xml" />
</ItemGroup>

</Project>

0 comments on commit f62bdcf

Please # to comment.