File tree Expand file tree Collapse file tree 6 files changed +30
-10
lines changed Expand file tree Collapse file tree 6 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments