We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c44e83 commit 7951e9aCopy full SHA for 7951e9a
README.md
@@ -1,15 +1,15 @@
1
-## NekoSpace.Build.Resources
+# NekoSpace.Build.Resources
2
3
Embed lightweight JSON resources into your .NET application, instead of traditional .resx files.
4
5
-### Features
+## Features
6
7
- Parse and embed JSON resource into assembly using MSBuild Task, results the same functionality as ResX.
8
- Cleaner, more human-readable content compared to ResX, even outside IDEs. (Without IDEs the .resx file is totally a mess)
9
- Easy to use. Just a few lines to include all JSON resources, so you won't mess up your project file.
10
- Support nested JSON structures.
11
12
-### Getting Started
+## Getting Started
13
14
First install this package using package manager or using dotnet CLI:
15
0 commit comments