mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
updated versions
This commit is contained in:
parent
b6a5d1d3b5
commit
7096e47c63
5 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
<Manifest>
|
<Manifest>
|
||||||
<identifier>RJW PlasticSurgeries</identifier>
|
<identifier>RJW PlasticSurgeries</identifier>
|
||||||
<version>4961.0.1.5</version>
|
<version>5230.0.1.6</version>
|
||||||
</Manifest>
|
</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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4961.0.1.5")]
|
[assembly: AssemblyVersion("5230.0.1.6")]
|
||||||
[assembly: AssemblyFileVersion("4961.0.1.5")]
|
[assembly: AssemblyFileVersion("5230.0.1.6")]
|
|
@ -11,7 +11,7 @@ plugins {
|
||||||
//id("com.ullink.nunit") version "1.12"
|
//id("com.ullink.nunit") version "1.12"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "4961.0.1.5"
|
version = "5230.0.1.6"
|
||||||
val friendlyName = "rjw-plasticsurgeries"
|
val friendlyName = "rjw-plasticsurgeries"
|
||||||
|
|
||||||
tasks.register<com.ullink.Msbuild>("buildC#") {
|
tasks.register<com.ullink.Msbuild>("buildC#") {
|
||||||
|
|
Loading…
Reference in a new issue