Skip to content

Commit 6ba031c

Browse files
authored
Merge pull request #686 from irihitech/packinfo
Update project references
2 parents 8ba8e1f + a43fcd4 commit 6ba031c

File tree

12 files changed

+9
-11
lines changed

12 files changed

+9
-11
lines changed

src/Package.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
1313
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1414
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<None Include="..\..\irihi.png" Pack="true" PackagePath="\" Link="Properties\irihi.png"/>
18+
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" Link="Properties\LICENSE"/>
19+
</ItemGroup>
1520
</Project>

src/Ursa.PrismExtension/Ursa.PrismExtension.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Prism.Core" Version="8.1.97"/>
23-
<None Include="irihi.png" Pack="true" PackagePath=""/>
2423
</ItemGroup>
2524

2625
</Project>
File renamed without changes.

src/Ursa.ReactiveUIExtension/Ursa.ReactiveUIExtension.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
<ItemGroup>
2828
<ProjectReference Include="..\Ursa\Ursa.csproj"/>
29-
<None Include="irihi.png" Pack="true" PackagePath=""/>
3029
</ItemGroup>
31-
30+
<ItemGroup>
31+
<None Include="..\..\irihi.png" Pack="true" PackagePath="\" Link="Properties\irihi.png"/>
32+
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" Link="Properties\LICENSE"/>
33+
</ItemGroup>
3234
</Project>
-1.47 KB
Binary file not shown.
File renamed without changes.

src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@
2727
<UpToDateCheckInput Remove="Controls\Skeleton.axaml"/>
2828
</ItemGroup>
2929

30-
<ItemGroup>
31-
<None Include="irihi.png" Pack="true" PackagePath=""/>
32-
</ItemGroup>
33-
3430
</Project>

src/Ursa.Themes.Semi/irihi.png

-1.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)