Skip to content

Commit 2800132

Browse files
committed
Version updated
1 parent c06ffc7 commit 2800132

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

HtmlRun.Common.Runtime/HtmlRun.Common.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo Common Runtime</Description>
66
<Product>HtmlGo Common Runtime</Product>
77
<AssemblyTitle>HtmlRun.Common.Runtime</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

HtmlRun.Common/HtmlRun.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo Common</Description>
66
<Product>HtmlGo Common</Product>
77
<AssemblyTitle>HtmlRun.Common</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

HtmlRun.Interpreter/HtmlRun.Interpreter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo Interpreter</Description>
66
<Product>HtmlGo Interpreter</Product>
77
<AssemblyTitle>HtmlGo.Interpreter</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

HtmlRun.Runtime/HtmlRun.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo Runtime</Description>
66
<Product>HtmlGo Runtime</Product>
77
<AssemblyTitle>HtmlGo.Runtime</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

HtmlRun.Terminal/HtmlRun.Terminal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo</Description>
66
<Product>HtmlGo</Product>
77
<AssemblyTitle>HtmlRun.Terminal</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

HtmlRun.WebApi/HtmlRun.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>HtmlGo Server</Description>
66
<Product>HtmlGo Server</Product>
77
<AssemblyTitle>HtmlRun.WebApi</AssemblyTitle>
8-
<Version>0.2.0-beta</Version>
8+
<Version>0.3.0-alpha</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HTML Language Specifications
2-
Last updated: 2023-06-30.
2+
Last updated: 2023-17-17.
33

44
## Introduction
55
The HTML (HyperText Machine Language) language is the standard used to create and structure applications inspired by HTML (HyperText Markup Language), referred to as "HTML Classic" or "HTMLC" in this document. This document describes the specifications of the HTML language, including its syntax, elements, attributes, and key features.

0 commit comments

Comments
 (0)