Skip to content

Commit

Permalink
Bump version, let AST be a nupkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Feb 14, 2024
1 parent 64e2779 commit 36093f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/Washi1337/Echo</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>10</LangVersion>
<Version>0.9.0.0-alpha.2</Version>
<Version>0.9.0.1</Version>
</PropertyGroup>

</Project>
4 changes: 4 additions & 0 deletions src/Core/Echo.Ast/Echo.Ast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Echo.Ast</Title>
<Description>Abstract Syntax Tree (AST) builders for the Echo program analysis toolsuite.</Description>
<PackageTags>program code analysis ast lifting</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 36093f7

Please sign in to comment.