Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/versionincrementer.svg?style=pkglnk)](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

Latest Unity Packages

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",
    "...": "..."
  }
}

Comments

No comments yet. Be the first!