From 88c1a41cd605543ba45181cc505ff0f14a45b0ea Mon Sep 17 00:00:00 2001 From: Spencer Farley <2847259+farlee2121@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:34:07 -0600 Subject: [PATCH] Bump version and release notes for 1.3.0 --- Directory.Build.props | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index b256925..58f0046 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,8 +6,11 @@ These classes are the baked-in .NET classes to programmatically read/update a ResX file. Spencer Farley - 1.2.0 + 1.3.0 + ## 1.3.0 + Support ResXNullRef nodes + ## 1.2.0 Fix errors when working with file-based ResX resources (icons, images, sound, files, etc) @@ -17,5 +20,6 @@ MIT https://github.com/farlee2121/ResXResourceReader.NetStandard ResX;ResXResourceReader;System.Resources;ResXResourceWriter;netstandard + true \ No newline at end of file