-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDirectory.Build.props
25 lines (22 loc) · 1008 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<Description>
System.Resources.ResXResourceReader and System.Resources.ResXResourceWriter separated from System.Windows.Forms and packaged for .Net Standard.
These classes are the baked-in .NET classes to programmatically read/update a ResX file.
</Description>
<Authors>Spencer Farley</Authors>
<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)
## 1.1.0
Fixed issues where the library couldn't open Resx files generated by other editors
</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/farlee2121/ResXResourceReader.NetStandard</RepositoryUrl>
<PackageTags>ResX;ResXResourceReader;System.Resources;ResXResourceWriter;netstandard</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
</Project>