Skip to content

Commit ddf281f

Browse files
committed
Add release notes and bump version
1 parent 188e009 commit ddf281f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/NetEscapades.Configuration.Yaml/NetEscapades.Configuration.Yaml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.</Description>
5-
<VersionPrefix>2.0.1</VersionPrefix>
5+
<VersionPrefix>2.1.0</VersionPrefix>
66
<TargetFrameworks>net461;net472;netstandard2.0</TargetFrameworks>
77
<AssemblyName>NetEscapades.Configuration.Yaml</AssemblyName>
88
<PackageId>NetEscapades.Configuration.Yaml</PackageId>

src/NetEscapades.Configuration.Yaml/releasenotes.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.0.1'">
3+
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.1.0'">
44
<![CDATA[
55
Features:
6-
* Fix bug #49 causing exception when using an absolute file path for YAML file path, where directory did not exist.
6+
* Update YamlDotNet to 9.1.0 (#57). Thanks @joaofx for the contribution!
77
88
]]>
99
</PackageReleaseNotes>

0 commit comments

Comments
 (0)