Skip to content

Commit b9db6db

Browse files
committed
Bump version
1 parent a1b65b9 commit b9db6db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Broccolini/Broccolini.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsTrimmable>true</IsTrimmable>
77
</PropertyGroup>
88
<PropertyGroup Label="NuGet Packing">
9-
<Version>1.0.0</Version>
9+
<Version>1.0.1</Version>
1010
<Description>Broccolini is a non-destructive parser for INI files compatible with GetPrivateProfileString.</Description>
1111
<Authors>Tau Gärtli</Authors>
1212
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 1.0.1
3+
* Update package metadata
4+
25
## 1.0.0
36
This release polishes the API by simplifying names, namespaces and adding some convenience:
47
Most notably, all important types now have the `Ini` prefix: `IniDocument`, `IIniSection`, etc.

0 commit comments

Comments
 (0)