Skip to content

Commit 9fd2b9e

Browse files
committed
Nuget updates
1 parent 3e82db6 commit 9fd2b9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Psw.FlowExpressions/Psw.FlowExpressions.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@
1212
<Copyright>2023 Promic Software</Copyright>
1313
<PackageProjectUrl>https://github.com/promicsw/flow-expressions</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/promicsw/flow-expressions</RepositoryUrl>
15-
<PackageTags>parser;flow-logic;c#;</PackageTags>
15+
<PackageTags>parser;parser builder;flow logic;c#;</PackageTags>
1616
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1919
<PackageReadmeFile>Nuget.md</PackageReadmeFile>
2020
<PackageOutputPath>d:\PromicSW_GitHub\LocalNuget\</PackageOutputPath>
21+
<PackageIcon>PswLogo.png</PackageIcon>
2122
</PropertyGroup>
2223

2324
<ItemGroup>
2425
<Compile Remove="FexParser.cs" />
2526
</ItemGroup>
2627

2728
<ItemGroup>
29+
<None Include="..\..\LocalNuget\Media\PswLogo.png">
30+
<Pack>True</Pack>
31+
<PackagePath>\</PackagePath>
32+
</None>
2833
<None Include="..\Nuget\Nuget.md">
2934
<Pack>True</Pack>
3035
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)