Skip to content

Commit 4b921f4

Browse files
author
Rajesh Jinaga
committed
Update PackageIcon
1 parent d178e41 commit 4b921f4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

build/Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

docs/Simpleflow.png

-2.52 KB
Binary file not shown.

src/Simpleflow/PackageIcon.png

2.53 KB
Loading

src/Simpleflow/Simpleflow.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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>
@@ -30,11 +31,15 @@
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>

0 commit comments

Comments
 (0)