mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
incremented the version
This commit is contained in:
parent
55a71f0397
commit
887659d9d8
5 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -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.
|
@ -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")]
|
|
@ -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#") {
|
||||
|
|
Loading…
Reference in a new issue