Skip to content

Commit 8f2d685

Browse files
committed
Bump to 0.8.0
1 parent 4a35229 commit 8f2d685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.9.0 (12 Feb 2022)
3+
## 0.8.0 (12 Feb 2022)
44
- Update tests to net6.0
55
- Add support for specialized template (#34)
66
- Fix parsing qualifier (#37)

src/CppAst/CppAst.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<VersionPrefix>0.9.0</VersionPrefix>
4+
<VersionPrefix>0.8.0</VersionPrefix>
55
<PackageId>CppAst</PackageId>
66
<Description>CppAst is a .NET library providing a C/C++ parser for header files with access to the full AST, comments and macros</Description>
77
<Copyright>Alexandre Mutel</Copyright>

0 commit comments

Comments
 (0)