Skip to content

Commit 9f45f28

Browse files
committed
Bump version & update changelog
1 parent 708ecd4 commit 9f45f28

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Broccolini.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
.editorconfig = .editorconfig
1313
.gitignore = .gitignore
1414
readme.md = readme.md
15+
changelog.md = changelog.md
1516
EndProjectSection
1617
EndProject
1718
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Config", "{29AEDE80-2714-4FE6-9462-5B247789117E}"

Broccolini/Broccolini.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IsAotCompatible>true</IsAotCompatible>
1010
</PropertyGroup>
1111
<PropertyGroup Label="NuGet Packing">
12-
<Version>2.0.0</Version>
12+
<Version>2.0.1</Version>
1313
<Description>Broccolini is a non-destructive parser for INI files compatible with GetPrivateProfileString.</Description>
1414
<Authors>Tau Gärtli</Authors>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 2.0.1
3+
* ✨ Mark library as compatible with [native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot).
4+
25
## 2.0.0
36
* ✨ Empty lines are now attributed as leading / trailing trivia
47
instead of generating `UnrecognizedIniNode`s. See [#13](https://github.com/bash/broccolini/issues/13).

0 commit comments

Comments
 (0)