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) 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