Skip to content

Commit eae592b

Browse files
Establish version number
Set current version to 1.1.0 To see the version run UnityDataTool --version Example output: 1.1.0+88c405f51c46f2191305bbd204748a68d7bb94cf Prior to this commit, "--version" would print "1.0.0" (the default value) So, although there has never been an official "1.0.0" version, we will start to increment through 1.1, 1.2, 1.3 going forward. The git commit is automatically included in the version which will help distinguish if we neglect to upgrade the version when adding improvements.
1 parent 88c405f commit eae592b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

UnityDataTool/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For a list of available commands run it like this: `UnityDataTool --help`
3939

4040
For help on a specific command use `--help` along with the command name, for example: `UnityDataTool analyze --help`
4141

42+
Use `UnityDataTool --version` to print the current version of the tool.
4243

4344
# Commands
4445

UnityDataTool/UnityDataTool.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
7+
<Version>1.1.0</Version>
8+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
9+
<FileVersion>1.1.0.0</FileVersion>
10+
<InformationalVersion>1.1.0</InformationalVersion>
711
</PropertyGroup>
812

913
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)