From c9f839d0b3b061771fef4601b652a067438c1d89 Mon Sep 17 00:00:00 2001 From: Baudin Date: Mon, 23 Dec 2019 14:22:18 +0100 Subject: [PATCH] Release v2.1.14-beta --- ApplicationTests/ApplicationTests.csproj | 2 +- CLI/CLI.csproj | 2 +- CLI/Program.cs | 2 +- Compiler/Compiler.csproj | 2 +- CompilerTests/CompilerTests.csproj | 2 +- Mapper.Application/Mapper.Application.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/cli.md | 4 ++-- docs/index.md | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ApplicationTests/ApplicationTests.csproj b/ApplicationTests/ApplicationTests.csproj index f8065c9..41ff804 100644 --- a/ApplicationTests/ApplicationTests.csproj +++ b/ApplicationTests/ApplicationTests.csproj @@ -4,7 +4,7 @@ netcoreapp3.0 false - v2.1.13-beta + v2.1.14-beta diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj index a29fd39..b8c08ec 100644 --- a/CLI/CLI.csproj +++ b/CLI/CLI.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.0 - v2.1.13-beta + v2.1.14-beta enable diff --git a/CLI/Program.cs b/CLI/Program.cs index 23ee040..3db301a 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -25,7 +25,7 @@ static void Main(string[] args) var app = new CommandLineApplication(); app.Name = "ckc"; app.HelpOption("-?|-h|--help"); - app.VersionOption("-v|--version", "v2.1.13-beta"); + app.VersionOption("-v|--version", "v2.1.14-beta"); app.OnExecute(() => 0); diff --git a/Compiler/Compiler.csproj b/Compiler/Compiler.csproj index 31cf7ba..25230b4 100644 --- a/Compiler/Compiler.csproj +++ b/Compiler/Compiler.csproj @@ -3,7 +3,7 @@ netcoreapp3.0 enable - v2.1.13-beta + v2.1.14-beta diff --git a/CompilerTests/CompilerTests.csproj b/CompilerTests/CompilerTests.csproj index 32033fc..c19438e 100644 --- a/CompilerTests/CompilerTests.csproj +++ b/CompilerTests/CompilerTests.csproj @@ -4,7 +4,7 @@ netcoreapp3.0 false - v2.1.13-beta + v2.1.14-beta diff --git a/Mapper.Application/Mapper.Application.csproj b/Mapper.Application/Mapper.Application.csproj index 24818ac..dc4f461 100644 --- a/Mapper.Application/Mapper.Application.csproj +++ b/Mapper.Application/Mapper.Application.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 - v2.1.13-beta + v2.1.14-beta diff --git a/Mapper.HTML/Mapper.HTML.csproj b/Mapper.HTML/Mapper.HTML.csproj index e2ad190..e737990 100644 --- a/Mapper.HTML/Mapper.HTML.csproj +++ b/Mapper.HTML/Mapper.HTML.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 - v2.1.13-beta + v2.1.14-beta diff --git a/Mapper.JSON/Mapper.JSON.csproj b/Mapper.JSON/Mapper.JSON.csproj index 2793638..84e11ca 100644 --- a/Mapper.JSON/Mapper.JSON.csproj +++ b/Mapper.JSON/Mapper.JSON.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 - v2.1.13-beta + v2.1.14-beta enable diff --git a/Mapper.XSD/Mapper.XSD.csproj b/Mapper.XSD/Mapper.XSD.csproj index a7e1acb..03e7a6c 100644 --- a/Mapper.XSD/Mapper.XSD.csproj +++ b/Mapper.XSD/Mapper.XSD.csproj @@ -3,7 +3,7 @@ netcoreapp3.0 enable - v2.1.13-beta + v2.1.14-beta diff --git a/README.md b/README.md index 00b7f86..c0224e8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ # ZDragon.NET ZDragon is moving to .NET! -# Current Version: v2.1.13-beta +# Current Version: v2.1.14-beta diff --git a/ZDragon.NET.sln b/ZDragon.NET.sln index 11cad6f..16ada4b 100644 --- a/ZDragon.NET.sln +++ b/ZDragon.NET.sln @@ -86,6 +86,6 @@ Global {A95E08D8-BFC7-47D9-B36D-23202444E29E} = {BE20F938-359D-49B2-A33B-4CDF07792C55} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = v2.1.13-beta + version = v2.1.14-beta EndGlobalSection EndGlobal diff --git a/docs/cli.md b/docs/cli.md index 1448bcd..619df28 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -30,7 +30,7 @@ which will give you output along the lines of: ``` $ ckc -h - v2.1.13-beta + v2.1.14-beta Usage: ckc [options] [command] @@ -59,7 +59,7 @@ Which will give you something like: ``` $ ckc -v -v2.1.13-beta +v2.1.14-beta ``` > DISCLAIMER: Versions are really important, even though the language is stable a lot of features diff --git a/docs/index.md b/docs/index.md index 706a2cb..d4781ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,8 +11,8 @@ in order in no time. For those who just want to jump in! -[OSx - v2.1.13-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.13-beta/ckc)
-[Windows - v2.1.13-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.13-beta/ckc.exe) +[OSx - v2.1.14-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.14-beta/ckc)
+[Windows - v2.1.14-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.14-beta/ckc.exe) ## How to read this documentation