incremented the version

This commit is contained in:
Stardust3D 2022-02-03 02:26:11 +01:00
parent 55a71f0397
commit 887659d9d8
5 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
<Manifest>
<identifier>RJW PlasticSurgeries</identifier>
<version>4943.0.1.4</version>
<version>4945.0.1.5</version>
</Manifest>

Binary file not shown.

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4943.0.1.5")]
[assembly: AssemblyFileVersion("4943.0.1.5")]
[assembly: AssemblyVersion("4945.0.1.5")]
[assembly: AssemblyFileVersion("4945.0.1.5")]

View File

@ -11,7 +11,7 @@ plugins {
//id("com.ullink.nunit") version "1.12"
}
version = "4943.0.1.5"
version = "4945.0.1.5"
val friendlyName = "rjw-plasticsurgeries"
tasks.register<com.ullink.Msbuild>("buildC#") {