File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <AssemblyName >Fail2Ban4Win.$(MSBuildProjectName)</AssemblyName >
6- <Version >0.0.0 </Version >
6+ <Version >0.0.1 </Version >
77 <Authors >Ben Hutchison</Authors >
88 <Copyright >© 2026 $(Authors)</Copyright >
99 <Company >$(Authors)</Company >
2424 <RootNamespace >Fail2Ban4Win</RootNamespace >
2525 <DevelopmentDependency >true</DevelopmentDependency >
2626 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
27+ <PackageIcon >icon.png</PackageIcon >
2728 </PropertyGroup >
2829
2930 <ItemGroup >
30- <PackageReference Include =" IPNetwork2" Version =" 3.4.853" />
31- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.103" PrivateAssets =" All" />
31+ <None Include =" icon.png" Pack =" true" PackagePath =" \" />
32+ </ItemGroup >
33+
34+ <ItemGroup >
35+ <PackageReference Include =" IPNetwork2" Version =" 3.5.3" />
36+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.201" PrivateAssets =" All" />
3237 </ItemGroup >
3338
3439 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true' or '$(Configuration)' != 'Debug'" >
You can’t perform that action at this time.
0 commit comments