From b502eaa0060705f31bfb40e9d3259b49ef334181 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Tue, 5 Mar 2024 14:18:33 -0500 Subject: [PATCH 1/2] chore: Enable obfuscation --- src/Uno.Playground.WASM/Uno.Playground.WASM.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj index 689d217..81d0890 100644 --- a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj +++ b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj @@ -18,6 +18,10 @@ + + true + + From 9114da3723fa212091a22b2c307d4413696fdb33 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Tue, 5 Mar 2024 14:19:18 -0500 Subject: [PATCH 2/2] chore: Adjust gitversion --- build/gitversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gitversion.yml b/build/gitversion.yml index 1aa3829..488b7ba 100644 --- a/build/gitversion.yml +++ b/build/gitversion.yml @@ -8,7 +8,7 @@ steps: - task: gitversion/setup@0 inputs: - versionSpec: '5.5.1' + versionSpec: '5.10.3' - task: gitversion/execute@0 inputs: