From 70ac8c6cbda2f31fc49213ad1111b87f1bb6123f Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Fri, 22 Nov 2024 19:08:10 +1300 Subject: [PATCH] Update the vsixmanifest revision & patch versions (major.minor.revision.patch) when building so that the release vsix file can be installed over the top, keeping major.minor as 3.3 --- RaspberryDebugger/RaspberryDebugger.csproj | 42 +++++++++++++++++++ .../source.extension.vsixmanifest | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/RaspberryDebugger/RaspberryDebugger.csproj b/RaspberryDebugger/RaspberryDebugger.csproj index 7350d32..5266228 100644 --- a/RaspberryDebugger/RaspberryDebugger.csproj +++ b/RaspberryDebugger/RaspberryDebugger.csproj @@ -219,6 +219,48 @@ + + + + + + + + + + + ", + string.Format("", Version)); + File.WriteAllText(FilePath, updatedContent); + ]]> + + + + + + + 3.3.$(Year)$(DayOfYear).$(Time) + + + + + + + + + + + + + $([System.DateTime]::Now.Year) + $([System.DateTime]::Now.DayOfYear) + +