Skip to content

Commit

Permalink
Make nuget description/copyright up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
gurmitteotia committed Jan 28, 2019
1 parent 660971b commit 7002270
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Guflow/Guflow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Authors>Gurmit Teotia</Authors>
<PackageTags>Amazon SWF C# Guflow .Net Simple Workflow Service</PackageTags>
<RepositoryUrl>https://github.com/gurmitteotia/guflow</RepositoryUrl>
<Description>A fluent API based C#.NET library to program Amazon SWF (Simple Workflow Service).</Description>
<Copyright>Gurmit Teotia, Copyright © 2018</Copyright>
<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>
<IsPackable>true</IsPackable>
<PackageReleaseNotes>https://github.com/gurmitteotia/guflow/releases</PackageReleaseNotes>
<PackageIconUrl>https://github.com/gurmitteotia/guflow/blob/master/logo.jpg</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion Guflow/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Guflow")]
[assembly: AssemblyDescription("A lightweight fluent API based C# library to let you easily program all the features of Amazon SWF (Simple Workflow Service)")]
[assembly: AssemblyDescription("C#.Net library to program all features of Amazon SWF (Simple Workflow Service)")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Guflow")]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Guflow:
* Supports activity throttling
* Supported by behavioural unit tests and continuously released.
* Supports all the features of Amazon SWF:
* Lambda
* Lambda function
* Activity
* Timer
* Child workflows
Expand Down Expand Up @@ -173,4 +173,4 @@ Guflow is supported by [tutorial](https://github.com/gurmitteotia/guflow/wiki/Tu
dotnet standard 1.3 onwards

### Getting help
Please raise [issue](https://github.com/gurmitteotia/guflow/issues) in github
Enable the [logging](https://github.com/gurmitteotia/guflow/wiki/Logging) to look for any obvious error and if problem persist then please raise an [issue](https://github.com/gurmitteotia/guflow/issues) in github

0 comments on commit 7002270

Please sign in to comment.