Compare commits

...

4 Commits

Author SHA1 Message Date
Alexander Zhirov bc65396f71 fix readme 2023-04-30 00:21:06 +03:00
Alexander Zhirov 73309a8999 windows support 2023-04-30 00:07:44 +03:00
Alexander Zhirov 504bda31d5 Merge pull request 'support Windows OS' (#4) from dev into master
Reviewed-on: #4
2023-04-29 21:03:08 +00:00
Alexander Zhirov b57aca729b support Windows OS 2023-04-29 23:58:11 +03:00
5 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [v0.3.1](https://git.zhirov.kz/dlang/readconf/compare/v0.3.0...v0.3.1) (2023.04.30)
- Windows OS support
### Update
- `singlog` dependency up to v0.3.0
## [v0.3.0](https://git.zhirov.kz/dlang/readconf/compare/v0.2.0...v0.3.0) (2023.03.30)
### New

View File

@ -1,14 +1,11 @@
<p align="center">
<img src="img/logo.png" width=320>
</p>
<h1 align="center">readconf</h1>
![readconf](img/readconf.png)
[![license](https://img.shields.io/github/license/AlexanderZhirov/readconf.svg?sort=semver&style=for-the-badge&color=green)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[![main](https://img.shields.io/badge/dynamic/json.svg?label=git.zhirov.kz&style=for-the-badge&url=https://git.zhirov.kz/api/v1/repos/dlang/readconf/tags&query=$[0].name&color=violet&logo=D)](https://git.zhirov.kz/dlang/readconf)
[![githab](https://img.shields.io/github/v/tag/AlexanderZhirov/readconf.svg?sort=semver&style=for-the-badge&color=blue&label=github&logo=D)](https://github.com/AlexanderZhirov/readconf)
[![dub](https://img.shields.io/dub/v/readconf.svg?sort=semver&style=for-the-badge&color=orange&logo=D)](https://code.dlang.org/packages/readconf)
[![linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://www.linux.org/)
[![windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://support.microsoft.com/en-US/windows)
Singleton for reading the configuration file required for your program.
@ -81,4 +78,4 @@ Summary: 4 passed, 0 failed in 7 ms
## DUB
Add a dependency on `"readconf": "~>0.3.0"`
Add a dependency on `"readconf": "~>0.3.1"`

View File

@ -33,6 +33,6 @@
],
"targetName": "readconf",
"dependencies": {
"singlog": "~>0.2.1"
"singlog": "~>0.3.0"
}
}

View File

@ -3,6 +3,6 @@
"versions": {
"datefmt": "1.0.4",
"silly": "1.1.1",
"singlog": "0.2.1"
"singlog": "0.3.0"
}
}

BIN
img/readconf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB