fix loading symbols
This commit is contained in:
@@ -12,6 +12,6 @@ internal class ColorFactory : RadSymbolFactory<SymbolsColor>
|
||||
|
||||
public override string GetImageRessourcePath(SymbolsColor svgImage)
|
||||
{
|
||||
return $"{typeof(SymbolsColor).Namespace}.Files.{svgImage}.svg";
|
||||
return $"Pilz.SymbolPacks.Color.Files.{svgImage}.svg";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@ internal class FluentFactory : RadSymbolFactory<SymbolsFluent>
|
||||
|
||||
public override string GetImageRessourcePath(SymbolsFluent svgImage)
|
||||
{
|
||||
return $"{typeof(SymbolsFluent).Namespace}.Files.{svgImage}.svg";
|
||||
return $"Pilz.SymbolPacks.Fluent.Files.{svgImage}.svg";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,19 +8,10 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>1.0.5</Version>
|
||||
<Version>1.0.6</Version>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Pilz.SymbolPacks.Color" Version="1.0.3">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Pilz.SymbolPacks.Fluent" Version="1.0.5">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Pilz.UI.Telerik\Pilz.UI.Telerik.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user