From da49ee7f46454fb63701b865128dc313db199292 Mon Sep 17 00:00:00 2001 From: Difegue Date: Sat, 30 Mar 2024 03:13:29 +0100 Subject: [PATCH] bump ver again --- Sources/Stylophone/Package.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Stylophone/Package.tt b/Sources/Stylophone/Package.tt index 25d4aa0..70ff8db 100644 --- a/Sources/Stylophone/Package.tt +++ b/Sources/Stylophone/Package.tt @@ -2,7 +2,7 @@ <#@ output extension=".appxmanifest" #> <#@ parameter type="System.String" name="BuildConfiguration" #> <# - string version = "2.6.1.0"; + string version = "2.6.2.0"; // Get configuration name at Build time string configName = Host.ResolveParameterValue("-", "-", "BuildConfiguration");