Skip to content

Commit 5c23e44

Browse files
author
Mauracher Simon
committed
updated sub-dependency to main package & updated logo
1 parent 65cf73d commit 5c23e44

File tree

6 files changed

+30
-10
lines changed

6 files changed

+30
-10
lines changed

Enum.Ext/Enum.Ext.AutoFixture/Enum.Ext.AutoFixture.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,26 @@
88
<PackageProjectUrl>https://github.com/simonmau/enum_ext</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/simonmau/enum_ext</RepositoryUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageIconUrl>https://github.com/simonmau/enum_ext/blob/master/Resources/Logo/EXT_64.png?raw=true</PackageIconUrl>
1211
<Description>
1312
AutoFixture support for Enum.Ext
1413
</Description>
14+
<PackageIcon>EXT.png</PackageIcon>
1515
</PropertyGroup>
1616

1717
<ItemGroup>
1818
<None Include="..\..\LICENSE">
1919
<Pack>True</Pack>
2020
<PackagePath></PackagePath>
2121
</None>
22+
<None Include="..\..\Resources\Logo\EXT.png">
23+
<Pack>True</Pack>
24+
<PackagePath>\</PackagePath>
25+
</None>
2226
</ItemGroup>
2327

2428
<ItemGroup>
2529
<PackageReference Include="AutoFixture" Version="4.17.0" />
26-
<PackageReference Include="Enum.Ext" Version="1.0.6" />
30+
<PackageReference Include="Enum.Ext" Version="1.0.7" />
2731
</ItemGroup>
2832

2933
</Project>

Enum.Ext/Enum.Ext.EFCore/Enum.Ext.EFCore.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,25 @@
88
<PackageProjectUrl>https://github.com/simonmau/enum_ext</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/simonmau/enum_ext</RepositoryUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageIconUrl>https://github.com/simonmau/enum_ext/blob/master/Resources/Logo/EXT_64.png?raw=true</PackageIconUrl>
1211
<Description>
1312
Entity framework core support for Enum.Ext
1413
</Description>
14+
<PackageIcon>EXT.png</PackageIcon>
1515
</PropertyGroup>
1616

1717
<ItemGroup>
1818
<None Include="..\..\LICENSE">
1919
<Pack>True</Pack>
2020
<PackagePath></PackagePath>
2121
</None>
22+
<None Include="..\..\Resources\Logo\EXT.png">
23+
<Pack>True</Pack>
24+
<PackagePath>\</PackagePath>
25+
</None>
2226
</ItemGroup>
2327

2428
<ItemGroup>
25-
<PackageReference Include="Enum.Ext" Version="1.0.6" />
29+
<PackageReference Include="Enum.Ext" Version="1.0.7" />
2630
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
2731
</ItemGroup>
2832

Enum.Ext/Enum.Ext.NewtonsoftJson/Enum.Ext.NewtonsoftJson.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@
88
<PackageProjectUrl>https://github.com/simonmau/enum_ext</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/simonmau/enum_ext</RepositoryUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageIconUrl>https://github.com/simonmau/enum_ext/blob/master/Resources/Logo/EXT_64.png?raw=true</PackageIconUrl>
1211
<Description>This package adds Newtonsoft.Json converters for Enum.Ext</Description>
12+
<PackageIcon>EXT.png</PackageIcon>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
1616
<None Include="..\..\LICENSE" Link="LICENSE">
1717
<PackagePath></PackagePath>
1818
<Pack>True</Pack>
1919
</None>
20+
<None Include="..\..\Resources\Logo\EXT.png">
21+
<Pack>True</Pack>
22+
<PackagePath>\</PackagePath>
23+
</None>
2024
</ItemGroup>
2125

2226
<ItemGroup>
23-
<PackageReference Include="Enum.Ext" Version="1.0.6" />
27+
<PackageReference Include="Enum.Ext" Version="1.0.7" />
2428
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2529
</ItemGroup>
2630
</Project>

Enum.Ext/Enum.Ext.SystemTextJson/Enum.Ext.SystemTextJson.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,24 @@
88
<PackageProjectUrl>https://github.com/simonmau/enum_ext</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/simonmau/enum_ext</RepositoryUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageIconUrl>https://github.com/simonmau/enum_ext/blob/master/Resources/Logo/EXT_64.png?raw=true</PackageIconUrl>
1211
<Description>This package adds System.Text.Json converters for Enum.Ext</Description>
1312
<UserSecretsId>abd1bbdc-afb7-474a-96a5-5d9850cb8551</UserSecretsId>
13+
<PackageIcon>EXT.png</PackageIcon>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
1717
<None Include="..\..\LICENSE" Link="LICENSE">
1818
<PackagePath></PackagePath>
1919
<Pack>True</Pack>
2020
</None>
21+
<None Include="..\..\Resources\Logo\EXT.png">
22+
<Pack>True</Pack>
23+
<PackagePath>\</PackagePath>
24+
</None>
2125
</ItemGroup>
2226

2327
<ItemGroup>
24-
<PackageReference Include="Enum.Ext" Version="1.0.6" />
28+
<PackageReference Include="Enum.Ext" Version="1.0.7" />
2529
<PackageReference Include="System.Text.Json" Version="6.0.0" />
2630
</ItemGroup>
2731

Enum.Ext/Enum.Ext.Tests.Shared/Enum.Ext.Tests.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Enum.Ext" Version="1.0.6" />
8+
<PackageReference Include="Enum.Ext" Version="1.0.7" />
99
</ItemGroup>
1010
</Project>

Enum.Ext/Enum.Ext/Enum.Ext.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
<PackageProjectUrl>https://github.com/simonmau/enum_ext</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/simonmau/enum_ext</RepositoryUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageIconUrl>https://github.com/simonmau/enum_ext/blob/master/Resources/Logo/EXT_64.png?raw=true</PackageIconUrl>
1211
<Description>Implementation of a TypeSafeEnum, so you dont have to look it up and copy it in every project.</Description>
12+
<PackageIcon>EXT.png</PackageIcon>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16+
<None Include="..\..\Resources\Logo\EXT.png">
17+
<Pack>True</Pack>
18+
<PackagePath>\</PackagePath>
19+
</None>
1620
<None Include="..\..\LICENSE">
1721
<Pack>True</Pack>
1822
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)