From 0354bdc5ea53c0212820ebe72c09365e6390f245 Mon Sep 17 00:00:00 2001 From: Jonathan Horvath Date: Fri, 29 Mar 2024 14:53:48 -0400 Subject: [PATCH] Bump version --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c0cae2..774a4ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,8 @@ variables: buildConfiguration: 'Release' major: 0 minor: 0 - patch: 3 + patch: 4 + AssemblyVersion: $(major).$(minor).$(patch) NugetVersion: $(major).$(minor).$(patch)-beta