diff --git a/Client/Scripts/Properties/AssemblyInfo.cs b/Client/Scripts/Properties/AssemblyInfo.cs index 9657657..a448b7d 100644 --- a/Client/Scripts/Properties/AssemblyInfo.cs +++ b/Client/Scripts/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ using System.Resources; // Version information -[assembly: AssemblyVersion("1.6.0.27")] -[assembly: AssemblyFileVersion("1.6.0.27")] +[assembly: AssemblyVersion("1.6.0.28")] +[assembly: AssemblyFileVersion("1.6.0.28")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )] diff --git a/Client/Scripts/RageCoop.Client.csproj b/Client/Scripts/RageCoop.Client.csproj index a8c67f4..5f86081 100644 --- a/Client/Scripts/RageCoop.Client.csproj +++ b/Client/Scripts/RageCoop.Client.csproj @@ -3,19 +3,15 @@ true false net7.0 - None Library ..\..\bin\$(Configuration)\Client\Scripts true - true .dll .pdb - ..\..\bin\API\RageCoop.Client.xml CS1591 false - true False @@ -27,30 +23,11 @@ - - - True - True - AssemblyInfo.tt - - ..\..\libs\LemonUI.SHVDNC.dll - - - PreserveNewest - - - TextTemplatingFileGenerator - AssemblyInfo.cs - - - PreserveNewest - - @@ -64,12 +41,24 @@ - - - "$(DevEnvDir)TextTransform.exe" -a !!BuildConfiguration!$(Configuration) "$(ProjectDir)Properties\AssemblyInfo.tt" - - - xcopy "$(SolutionDir)Client\Data" "..\Data" /i /s /y - - + + + + TextTemplatingFileGenerator + AssemblyInfo.cs + + + + + True + True + AssemblyInfo.tt + + + + + + + + \ No newline at end of file diff --git a/Server/Properties/AssemblyInfo.cs b/Server/Properties/AssemblyInfo.cs index 11a3f05..66fc7df 100644 --- a/Server/Properties/AssemblyInfo.cs +++ b/Server/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Resources; [assembly: AssemblyCulture("")] // Version information -[assembly: AssemblyVersion("1.6.0.54")] -[assembly: AssemblyFileVersion("1.6.0.54")] +[assembly: AssemblyVersion("1.6.0.55")] +[assembly: AssemblyFileVersion("1.6.0.55")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )]