Version Incrementer
Automatically increment your project version with flexible configuration options. Version Incrementer provides a settings provider supporting both manual version updates and automatic incrementation based on project builds or custom triggers, streamlining version management throughout your development workflow.
com.linuxsenpai.versionincrementer 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/versionincrementer.git README Markdown
Copy this to your project's README.md
## Installation
Add **Version Incrementer** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/versionincrementer.git
```
[](https://www.pkglnk.dev/pkg/versionincrementer)README
Unity Version Incrementer Setting Provider
A setting provider for adding automatic version incrementor of the project. Where it can be configured both manually and automatically. Where automatic mode will provide a setting to when the project gets incremented.
Installation
Simple Download
Unity Package Manager (UPM)
You will need to have git installed and set in your system PATH.
Find Packages/manifest.json in your project and add the following:
{
"dependencies": {
"com.linuxsenpai.versionincrementer": "https://github.com/voldien/Version-Incrementer.git",
"...": "..."
}
}
No comments yet. Be the first!