From a1d102ef40f6a2ab1842613df18c0327c1f10075 Mon Sep 17 00:00:00 2001 From: caskd Date: Sun, 4 Mar 2018 14:31:55 +0100 Subject: [PATCH] Just a 1.14 for the tag --- UnturnedSL/Program.cs | 2 +- UnturnedSL/UnturnedSL.csproj | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/UnturnedSL/Program.cs b/UnturnedSL/Program.cs index 12af88d..6463c11 100644 --- a/UnturnedSL/Program.cs +++ b/UnturnedSL/Program.cs @@ -8,7 +8,7 @@ namespace UnturnedSL { static void Main(string[] args) { - string lauversion = "1.13 rewrite"; + string lauversion = "1.14"; string title = "USL by casKd running on version " + lauversion; Console.Title = title; Console.SetWindowSize(100,20); diff --git a/UnturnedSL/UnturnedSL.csproj b/UnturnedSL/UnturnedSL.csproj index 8be55fb..9f08089 100644 --- a/UnturnedSL/UnturnedSL.csproj +++ b/UnturnedSL/UnturnedSL.csproj @@ -22,8 +22,8 @@ false false true - 5 - 1.3.0.%2a + 1 + 1.14.0.%2a false true true @@ -37,6 +37,9 @@ DEBUG;TRACE prompt 4 + MinimumRecommendedRules.ruleset + true + false AnyCPU @@ -70,6 +73,9 @@ LocalIntranet + + UnturnedSL.Launcher +