From b585700fe5168a9b4ea7b9e63312669a651ad00b Mon Sep 17 00:00:00 2001 From: Tomi Tuhkanen Date: Fri, 1 Feb 2019 08:01:27 +0200 Subject: [PATCH] Version to 0.9.0 --- CHANGELOG.md | 8 +++++--- FakeServer/FakeServer.csproj | 2 +- README.md | 7 ++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc8426..062bab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### [Unreleased] + +### [0.9.0] - 2019-01-31 * ADDED: Support for paging with page and per_page * ADDED: User defined location for the static files (including SPAs) * ADDED: Console parameter for help and version @@ -8,9 +10,9 @@ * FIXED: Value parsing for DateTime and double to culture invariant ### [0.8.0] - 2018-10-14 -* Release as a dotnet tool -* Use executable location as a base path for settings files -* Add Serilog to appsettings and required package for console logging +* ADDED: Release as a dotnet tool +* CHANGED: Use executable location as a base path for settings files +* CHANGED: Add Serilog to appsettings and required package for console logging ### [0.7.0] - 2018-09-30 * JWT blacklist to check token identifier from JWT ID (jti) diff --git a/FakeServer/FakeServer.csproj b/FakeServer/FakeServer.csproj index c05404d..dc42bfe 100644 --- a/FakeServer/FakeServer.csproj +++ b/FakeServer/FakeServer.csproj @@ -10,7 +10,7 @@ Tomi Tuhkanen Fake JSON Server - 0.8.0 + 0.9.0 https://github.com/ttu/dotnet-fake-json-server https://github.com/ttu/dotnet-fake-json-server https://raw.githubusercontent.com/ttu/dotnet-fake-json-server/master/LICENSE diff --git a/README.md b/README.md index 7dcd225..36ac9eb 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,9 @@ Fake JSON Server is a Fake REST API that can be used as a Back End for prototypi - [Contributing](#contributing) - [License](#license) - - - ## Get started #### Start with .NET CLI @@ -193,11 +190,11 @@ The self-contained application archive contains Fake JSON Server, .NET Core runt 1) Download correct archive matching your OS 1) Extract files and execute -E.g. download and execute version _0.8.0_ for _macOS_ +E.g. download and execute version _0.9.0_ for _macOS_ ```sh $ mkdir FakeServer && cd FakeServer -$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.8.0/fakeserver-osx-x64.tar.gz +$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.9.0/fakeserver-osx-x64.tar.gz $ tar -zxvf fakeserver-osx-x64.tar.gz $ chmod +x FakeServer $ ./FakeServer