You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HexaGen.CppAst/HexaGen.CppAst.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
<EnableAotAnalyzer>true</EnableAotAnalyzer>
14
14
<IsAotCompatible>true</IsAotCompatible>
15
15
16
-
<AssemblyVersion>1.0.0</AssemblyVersion>
16
+
<AssemblyVersion>1.0.2</AssemblyVersion>
17
17
<PackageId>HexaGen.CppAst</PackageId>
18
-
<PackageVersion>1.0.0</PackageVersion>
18
+
<PackageVersion>1.0.2</PackageVersion>
19
19
<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>
20
20
<PackageTags>
21
21
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