From 2806e2d3043a05a120105514b58e3477f22a4c54 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 13 Dec 2016 22:01:43 +0100 Subject: [PATCH] Somewhere along the line the recent changes got lost. Fixed it, I hope. --- Tapeti.Saga/ISagaProvider.cs | 4 ++-- Tapeti.Saga/Tapeti.Saga.csproj | 14 +++++++++++++- Test/MarcoController.cs | 8 +++++--- Test/Program.cs | 13 ++++++------- Test/Test.csproj | 5 +++++ 5 files changed, 31 insertions(+), 13 deletions(-) diff --git a/Tapeti.Saga/ISagaProvider.cs b/Tapeti.Saga/ISagaProvider.cs index b6d3d63..862aad2 100644 --- a/Tapeti.Saga/ISagaProvider.cs +++ b/Tapeti.Saga/ISagaProvider.cs @@ -4,8 +4,8 @@ namespace Tapeti.Saga { public interface ISagaProvider { - Task> Begin() where T : class; + Task> Begin(T initialState) where T : class; Task> Continue(string sagaId) where T : class; - Task> Current() where T : class; + Task Continue(string sagaId); } } diff --git a/Tapeti.Saga/Tapeti.Saga.csproj b/Tapeti.Saga/Tapeti.Saga.csproj index 525f86d..3de0a04 100644 --- a/Tapeti.Saga/Tapeti.Saga.csproj +++ b/Tapeti.Saga/Tapeti.Saga.csproj @@ -9,8 +9,9 @@ Properties Tapeti.Saga Tapeti.Saga - v4.5.2 + v4.6.1 512 + true @@ -44,6 +45,17 @@ + + + + + + + + + {8ab4fd33-4aaa-465c-8579-9db3f3b23813} + Tapeti +