From 176c8d6c0cf693adc4e6eead7c929b1c88e9b9d3 Mon Sep 17 00:00:00 2001 From: Jonathan Horvath Date: Tue, 17 Oct 2023 17:30:33 -0400 Subject: [PATCH 1/2] Add repository url for source link in Nuget package --- src/OSDP.Net/OSDP.Net.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OSDP.Net/OSDP.Net.csproj b/src/OSDP.Net/OSDP.Net.csproj index 8b4389d1..5c811c8f 100644 --- a/src/OSDP.Net/OSDP.Net.csproj +++ b/src/OSDP.Net/OSDP.Net.csproj @@ -12,6 +12,8 @@ true true snupkg + https://github.com/bytedreamer/OSDP.Net.git + git From 96aaf9e67b1a9b5d1fdd73019001f3b703e58728 Mon Sep 17 00:00:00 2001 From: Jonathan Horvath Date: Tue, 17 Oct 2023 17:31:01 -0400 Subject: [PATCH 2/2] Bump version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f3908da8..e9d4b301 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: buildConfiguration: 'Release' major: 4 minor: 1 - patch: 2 + patch: 3 AssemblyVersion: $(major).$(minor).$(patch) NugetVersion: $(major).$(minor).$(patch)