updated versions

This commit is contained in:
Stardust3D 2022-10-19 18:59:06 +02:00
parent b6a5d1d3b5
commit 7096e47c63
5 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
<Manifest>
<identifier>RJW PlasticSurgeries</identifier>
<version>4961.0.1.5</version>
<version>5230.0.1.6</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("4961.0.1.5")]
[assembly: AssemblyFileVersion("4961.0.1.5")]
[assembly: AssemblyVersion("5230.0.1.6")]
[assembly: AssemblyFileVersion("5230.0.1.6")]

View File

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