Skip to content

Commit

Permalink
Update nuget description and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gurmitteotia committed Jun 28, 2020
1 parent 7696f10 commit 60c9ff1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Guflow/Guflow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<Authors>Gurmit Teotia</Authors>
<PackageTags>Amazon SWF C# Guflow .Net Simple Workflow Service</PackageTags>
<RepositoryUrl>https://github.com/gurmitteotia/guflow</RepositoryUrl>
<Description>A lightweight C#.Net library to lets you easily program all the features of Amazon SWF (Simple Workflow Service).</Description>
<Copyright>Gurmit Teotia, Copyright © 2019</Copyright>
<Description>A lightweight C#.NET library, built on Amazon SWF, to write elastic and scalable workflows on AWS stack.</Description>
<Copyright>Gurmit Teotia, Copyright © 2020</Copyright>
<IsPackable>true</IsPackable>
<PackageReleaseNotes>https://github.com/gurmitteotia/guflow/releases</PackageReleaseNotes>
<PackageIconUrl>https://github.com/gurmitteotia/guflow/blob/master/logo.jpg</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo.jpg</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>.\bin\Debug</OutputPath>
Expand Down Expand Up @@ -46,5 +47,9 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\logo.jpg">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 60c9ff1

Please sign in to comment.