Skip to content

Commit

Permalink
Bump version and release notes for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farlee2121 committed Mar 5, 2024
1 parent 279e3a4 commit 88c1a41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
These classes are the baked-in .NET classes to programmatically read/update a ResX file.
</Description>
<Authors>Spencer Farley</Authors>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<PackageReleaseNotes>
## 1.3.0
Support ResXNullRef nodes

## 1.2.0
Fix errors when working with file-based ResX resources (icons, images, sound, files, etc)

Expand All @@ -17,5 +20,6 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/farlee2121/ResXResourceReader.NetStandard</RepositoryUrl>
<PackageTags>ResX;ResXResourceReader;System.Resources;ResXResourceWriter;netstandard</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
</Project>

0 comments on commit 88c1a41

Please sign in to comment.