Skip to content

Commit

Permalink
Trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
stiano committed Nov 30, 2017
1 parent 8c87400 commit 8f81f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ public class NewtonsoftJson7Serializer : IJsonSerializer
using (var jsonWriter = new JsonTextWriter(writer))
{
Serializer.Serialize(jsonWriter, instance);

jsonWriter.Flush();
jsonWriter.Flush();
stream.Position = 0;
}
}
Expand Down Expand Up @@ -223,4 +223,5 @@ The Unleash team have made a separate project which runs unleash server inside d
## Development

Visual Studio 2017 / Code

Cakebuild
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Task("AppVeyor")
//
// EXECUTION
//
RunTarget(target);
RunTarget(target);

0 comments on commit 8f81f11

Please sign in to comment.