Skip to content

Commit

Permalink
Release v2.1.8-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Baudin999 committed Dec 10, 2019
1 parent d19b710 commit ffaa367
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
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.7-beta</ReleaseVersion>
<ReleaseVersion>v2.1.8-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 @@ -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);

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

## How to read this documentation

Expand Down

0 comments on commit ffaa367

Please sign in to comment.