fix: replace go-onvif with onvif-go in Makefile, workflows, and documentation

- Makefile: archive names now use onvif-go prefix
- Release workflow: installation examples updated
- README.md: badge URLs corrected
- RELEASE_NOTES: download examples fixed
- Consistent with repository name and module path
This commit is contained in:
ProtoTess
2025-11-17 15:50:21 +00:00
parent d1ef61f9c1
commit f63c77d858
4 changed files with 225 additions and 11 deletions
+5 -5
View File
@@ -529,14 +529,14 @@ go test -v ./testdata/captures/
If you find this project useful, please consider giving it a star! ⭐
[![Star History Chart](https://api.star-history.com/svg?repos=0x524a/go-onvif&type=Date)](https://star-history.com/#0x524a/go-onvif&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=0x524a/onvif-go&type=Date)](https://star-history.com/#0x524a/onvif-go&Date)
## 📊 Project Stats
![GitHub repo size](https://img.shields.io/github/repo-size/0x524a/go-onvif)
![GitHub code size](https://img.shields.io/github/languages/code-size/0x524a/go-onvif)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/0x524a/go-onvif)
![GitHub last commit](https://img.shields.io/github/last-commit/0x524a/go-onvif)
![GitHub repo size](https://img.shields.io/github/repo-size/0x524a/onvif-go)
![GitHub code size](https://img.shields.io/github/languages/code-size/0x524a/onvif-go)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/0x524a/onvif-go)
![GitHub last commit](https://img.shields.io/github/last-commit/0x524a/onvif-go)
## License