From 7a2fed5aeaecb053c2ccce0d5c842d207adaee99 Mon Sep 17 00:00:00 2001 From: Gurmit Teotia Date: Sun, 26 Jan 2020 16:55:38 +0000 Subject: [PATCH] Update the AWS and newtonsoft Json dependencies to latest version --- .../Guflow.IntegrationTests.csproj | 2 +- Guflow.Lambda/Properties/launchSettings.json | 10 ++++++++++ Guflow.Tests/Guflow.Tests.csproj | 2 +- Guflow/Guflow.csproj | 13 ++++++++++--- Guflow/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 Guflow.Lambda/Properties/launchSettings.json diff --git a/Guflow.IntegrationTests/Guflow.IntegrationTests.csproj b/Guflow.IntegrationTests/Guflow.IntegrationTests.csproj index 928f4aa..75f7e0e 100644 --- a/Guflow.IntegrationTests/Guflow.IntegrationTests.csproj +++ b/Guflow.IntegrationTests/Guflow.IntegrationTests.csproj @@ -4,7 +4,7 @@ false - + diff --git a/Guflow.Lambda/Properties/launchSettings.json b/Guflow.Lambda/Properties/launchSettings.json new file mode 100644 index 0000000..5896c62 --- /dev/null +++ b/Guflow.Lambda/Properties/launchSettings.json @@ -0,0 +1,10 @@ +{ + "profiles": { + "Mock Lambda Test Tool": { + "commandName": "Executable", + "commandLineArgs": "--port 5050", + "workingDirectory": ".\\bin\\Debug\\netcoreapp2.1", + "executablePath": "C:\\Users\\%USERNAME%\\.dotnet\\tools\\dotnet-lambda-test-tool-2.1.exe" + } + } +} \ No newline at end of file diff --git a/Guflow.Tests/Guflow.Tests.csproj b/Guflow.Tests/Guflow.Tests.csproj index 5084ea3..cbf1736 100644 --- a/Guflow.Tests/Guflow.Tests.csproj +++ b/Guflow.Tests/Guflow.Tests.csproj @@ -4,7 +4,7 @@ false - + diff --git a/Guflow/Guflow.csproj b/Guflow/Guflow.csproj index dc9162f..5520f4b 100644 --- a/Guflow/Guflow.csproj +++ b/Guflow/Guflow.csproj @@ -4,7 +4,7 @@ Guflow Guflow false - https://github.com/gurmitteotia/guflow/blob/master/LICENSE + https://github.com/gurmitteotia/guflow Gurmit Teotia Amazon SWF C# Guflow .Net Simple Workflow Service @@ -14,6 +14,7 @@ true https://github.com/gurmitteotia/guflow/releases https://github.com/gurmitteotia/guflow/blob/master/logo.jpg + LICENSE .\bin\Debug @@ -24,8 +25,8 @@ .\bin\Release\Guflow.xml - - + + @@ -40,4 +41,10 @@ Resources.Designer.cs + + + True + + + diff --git a/Guflow/Properties/AssemblyInfo.cs b/Guflow/Properties/AssemblyInfo.cs index 083eab2..780f9b2 100644 --- a/Guflow/Properties/AssemblyInfo.cs +++ b/Guflow/Properties/AssemblyInfo.cs @@ -7,11 +7,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Guflow")] -[assembly: AssemblyDescription("C#.Net library to program all features of Amazon SWF (Simple Workflow Service)")] +[assembly: AssemblyDescription("A C#.NET library to write elastic and scalable workflows on AWS stack.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Guflow")] -[assembly: AssemblyCopyright("Gurmit Teotia, Copyright © 2019")] +[assembly: AssemblyCopyright("Gurmit Teotia, Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]