From ffaa367d5dd694b97a567c4493c04b6d01e576ae Mon Sep 17 00:00:00 2001 From: Baudin Date: Tue, 10 Dec 2019 06:58:28 +0100 Subject: [PATCH] Release v2.1.8-beta --- CLI/CLI.csproj | 2 +- CLI/Program.cs | 2 +- Compiler/Compiler.csproj | 2 +- CompilerTests/CompilerTests.csproj | 2 +- Mapper.HTML/Mapper.HTML.csproj | 2 +- Mapper.JSON/Mapper.JSON.csproj | 2 +- Mapper.XSD/Mapper.XSD.csproj | 2 +- README.md | 2 +- ZDragon.NET.sln | 2 +- docs/index.md | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj index aa097ef..da690a5 100644 --- a/CLI/CLI.csproj +++ b/CLI/CLI.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.0 - v2.1.7-beta + v2.1.8-beta enable diff --git a/CLI/Program.cs b/CLI/Program.cs index 5ca1235..0eb72fb 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -24,7 +24,7 @@ static void Main(string[] args) var app = new CommandLineApplication(); app.Name = "ckc"; app.HelpOption("-?|-h|--help"); - app.VersionOption("-v|--version", "v2.1.7-beta"); + app.VersionOption("-v|--version", "v2.1.8-beta"); app.OnExecute(() => 0); diff --git a/Compiler/Compiler.csproj b/Compiler/Compiler.csproj index ccf7b19..63b05e0 100644 --- a/Compiler/Compiler.csproj +++ b/Compiler/Compiler.csproj @@ -3,7 +3,7 @@ netcoreapp3.0 enable - v2.1.7-beta + v2.1.8-beta diff --git a/CompilerTests/CompilerTests.csproj b/CompilerTests/CompilerTests.csproj index 9c9df08..7fa9ff6 100644 --- a/CompilerTests/CompilerTests.csproj +++ b/CompilerTests/CompilerTests.csproj @@ -4,7 +4,7 @@ netcoreapp3.0 false - v2.1.7-beta + v2.1.8-beta diff --git a/Mapper.HTML/Mapper.HTML.csproj b/Mapper.HTML/Mapper.HTML.csproj index 4a88c8e..af4a3a5 100644 --- a/Mapper.HTML/Mapper.HTML.csproj +++ b/Mapper.HTML/Mapper.HTML.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 - v2.1.7-beta + v2.1.8-beta diff --git a/Mapper.JSON/Mapper.JSON.csproj b/Mapper.JSON/Mapper.JSON.csproj index bb29eb0..700e00f 100644 --- a/Mapper.JSON/Mapper.JSON.csproj +++ b/Mapper.JSON/Mapper.JSON.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 - v2.1.7-beta + v2.1.8-beta enable diff --git a/Mapper.XSD/Mapper.XSD.csproj b/Mapper.XSD/Mapper.XSD.csproj index 075af3e..a65eae2 100644 --- a/Mapper.XSD/Mapper.XSD.csproj +++ b/Mapper.XSD/Mapper.XSD.csproj @@ -3,7 +3,7 @@ netcoreapp3.0 enable - v2.1.7-beta + v2.1.8-beta diff --git a/README.md b/README.md index 844c2bd..8e638c6 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ # ZDragon.NET ZDragon is moving to .NET! -# Current Version: v2.1.7-beta +# Current Version: v2.1.8-beta diff --git a/ZDragon.NET.sln b/ZDragon.NET.sln index 8425986..713bcdd 100644 --- a/ZDragon.NET.sln +++ b/ZDragon.NET.sln @@ -74,6 +74,6 @@ Global {A95E08D8-BFC7-47D9-B36D-23202444E29E} = {BE20F938-359D-49B2-A33B-4CDF07792C55} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = v2.1.7-beta + version = v2.1.8-beta EndGlobalSection EndGlobal diff --git a/docs/index.md b/docs/index.md index 9bf95de..86cfafc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,8 +9,8 @@ in order in no time. For those who just want to jump in! -[OSx - v2.1.7-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.7-beta/ckc)
-[Windows - v2.1.7-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.7-beta/ckc.exe) +[OSx - v2.1.8-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.8-beta/ckc)
+[Windows - v2.1.8-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.8-beta/ckc.exe) ## How to read this documentation