From 19d56e68ece2fb5e8e668dfd2c66c7ffa3ee4715 Mon Sep 17 00:00:00 2001 From: Ody Mbegbu Date: Sun, 28 Jan 2018 14:58:31 +0100 Subject: [PATCH] Bumped Version to 1.1.2 --- Changelog.md | 9 +++++++++ src/Operation/Operation.csproj | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9749b73..6353643 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +Version 1.1.2 +------------- +- Bumped Version number to resolve Nuget Conflicts +- Setup Continous Delivery Build Pipeline to Nuget + +Version 1.1.1 +------------- +- Fixed Bug in Operation.Unwrap + Version 1.1.0 ------------- - Added Operator `CreateBind` diff --git a/src/Operation/Operation.csproj b/src/Operation/Operation.csproj index de415a0..fbb8383 100644 --- a/src/Operation/Operation.csproj +++ b/src/Operation/Operation.csproj @@ -5,7 +5,7 @@ This Library provides a way for doing Railway Oriented Programming in C#. Which is simply a way of encoding Errors into the Type System. The Operation class is a contract that tells the calling method that it will not throw an exception rather, any exceptions generated will be available in the returned Operation object. Operation Extensions - 1.1.0 + 1.1.2 Ody Mbegbu netstandard1.1;net45 Operation