We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a35229 commit 8f2d685Copy full SHA for 8f2d685
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.9.0 (12 Feb 2022)
+## 0.8.0 (12 Feb 2022)
4
- Update tests to net6.0
5
- Add support for specialized template (#34)
6
- Fix parsing qualifier (#37)
src/CppAst/CppAst.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
- <VersionPrefix>0.9.0</VersionPrefix>
+ <VersionPrefix>0.8.0</VersionPrefix>
<PackageId>CppAst</PackageId>
<Description>CppAst is a .NET library providing a C/C++ parser for header files with access to the full AST, comments and macros</Description>
7
<Copyright>Alexandre Mutel</Copyright>
0 commit comments