Skip to content

Commit

Permalink
Release v2.1.14-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Baudin999 committed Dec 23, 2019
1 parent 8bfae5f commit c9f839d
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ApplicationTests/ApplicationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CLI/CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion Compiler/Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Nullable>enable</Nullable>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CompilerTests/CompilerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mapper.Application/Mapper.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mapper.HTML/Mapper.HTML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mapper.JSON/Mapper.JSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Mapper.XSD/Mapper.XSD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Nullable>enable</Nullable>
<ReleaseVersion>v2.1.13-beta</ReleaseVersion>
<ReleaseVersion>v2.1.14-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# ZDragon.NET
ZDragon is moving to .NET!

# Current Version: v2.1.13-beta
# Current Version: v2.1.14-beta
2 changes: 1 addition & 1 deletion ZDragon.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br />
[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)<br />
[Windows - v2.1.14-beta](https://github.com/Baudin999/ZDragon.NET/releases/download/v2.1.14-beta/ckc.exe)

## How to read this documentation

Expand Down

0 comments on commit c9f839d

Please sign in to comment.