Versioning - PascalHonegger/HeyImIn GitHub Wiki
Versioning
This project tries to follow Semantic Versioning to prevent backwards incompatible changes.
Creating a new release
Releases and a changelog can be found in the Releases section in GitHub. The current application version can be found in the following files:
- Backend: WebApplication.csproj
- Frontend: package.json
API Versioning
All backend API endpoints have an API version attached. This is meant to circumvent problems regarding browser caches or older progressive web app installations.