File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ class Build : NukeBuild
112112 . SetCopyright ( "navtech.io" )
113113 . SetPackageProjectUrl ( "https://github.com/navtech-io/Simpleflow" )
114114 . AddProperty ( "PackageLicenseExpression" , "Apache-2.0" )
115+ . AddProperty ( "PackageIcon" , @"PackageIcon.png" )
115116 . SetIncludeSymbols ( true )
116- . SetVersion ( "0.1.0-beta04 " /*NuGetVersionCustom*/ )
117+ . SetVersion ( "0.1.0-beta05 " /*NuGetVersionCustom*/ )
117118 . SetDescription ( "Lightweight rule engine" )
118119 . SetPackageTags ( "Simpleflow.NET Workflow RuleEngine DynamicExpressionEvaluator" )
119120 . SetNoDependencies ( true )
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
5+ <PackageIcon >PackageIcon.png</PackageIcon >
56 </PropertyGroup >
67
78 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
8- <DocumentationFile >C:\Navtech\Opensource\Simpleflow\src\Simpleflow\ Simpleflow.xml</DocumentationFile >
9+ <DocumentationFile >Simpleflow.xml</DocumentationFile >
910 </PropertyGroup >
1011
1112 <ItemGroup >
3031 </ItemGroup >
3132
3233 <ItemGroup >
33- <EditorConfigFiles Remove =" C:\Navtech\Opensource\Simpleflow\src\Simpleflow\ .editorconfig" />
34+ <EditorConfigFiles Remove =" .editorconfig" />
3435 </ItemGroup >
3536
3637 <ItemGroup >
37- <None Include =" C:\Navtech\Opensource\Simpleflow\src\Simpleflow\.editorconfig" />
38+ <None Include =" .editorconfig" />
39+ </ItemGroup >
40+
41+ <ItemGroup >
42+ <None Include =" PackageIcon.png" Pack =" true" PackagePath =" \" />
3843 </ItemGroup >
3944
4045</Project >
You can’t perform that action at this time.
0 commit comments