Skip to content

Commit c1560ba

Browse files
authored
Update README.md
1 parent bfd815c commit c1560ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# IniFile
22
Read Write INI File VB.NET
33

4-
Microsoft Visual Studio has provide a build-in application configuration file in XML format. But sometimes for any reason we might need an alternative solution. Back to old days, you might consider to use INI file.
4+
Microsoft Visual Studio has provide a build-in application configuration file in XML format. Sometimes for more simple solution we might need just use the INI file.
55

66
Latest release (compiled DLL): https://github.com/glennsdev/IniFile/releases/latest
77

8-
## Ver 1.1
8+
## Ver 1.2
99

10-
- This DLL libary made with pure VB.NET
10+
- This DLL libary made with VB.NET
1111
- No dependency. NOT using kernel32.dll and no GetPrivateProfileStringA() calls
1212
- No need [section] feature and no plan to supporting it
1313

0 commit comments

Comments
 (0)