Skip to content

Commit 54a7fc2

Browse files
committed
Bump version to 1.0.2
Updated `<AssemblyVersion>` and `<PackageVersion>` in `HexaGen.CppAst.csproj` from `1.0.0` to `1.0.2` to prepare for a new release.
1 parent 7fa7e1f commit 54a7fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HexaGen.CppAst/HexaGen.CppAst.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<EnableAotAnalyzer>true</EnableAotAnalyzer>
1414
<IsAotCompatible>true</IsAotCompatible>
1515

16-
<AssemblyVersion>1.0.0</AssemblyVersion>
16+
<AssemblyVersion>1.0.2</AssemblyVersion>
1717
<PackageId>HexaGen.CppAst</PackageId>
18-
<PackageVersion>1.0.0</PackageVersion>
18+
<PackageVersion>1.0.2</PackageVersion>
1919
<Description>HexaGen.CppAst is a rewrite/fork of CppAst which provides a C/C++ parser for header files with access to the full AST, comments and macros</Description>
2020
<PackageTags>
2121
Hexa HexaGen Hexa.NET parser c++ cpp c objc ast syntax clang header-files interop code-analysis parsing macros comments source-generation

0 commit comments

Comments
 (0)