Skip to content

Commit

Permalink
Bumped Version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odytrice committed Jan 28, 2018
1 parent 07960ff commit 19d56e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/Operation/Operation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>This Library provides a way for doing Railway Oriented Programming in C#.</Description>
<Summary>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.</Summary>
<AssemblyTitle>Operation Extensions</AssemblyTitle>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<Authors>Ody Mbegbu</Authors>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<AssemblyName>Operation</AssemblyName>
Expand Down

0 comments on commit 19d56e6

Please sign in to comment.