Skip to content

Commit

Permalink
Merge pull request #136 from bytedreamer/develop
Browse files Browse the repository at this point in the history
v4.1.3 Release
  • Loading branch information
bytedreamer authored Oct 17, 2023
2 parents 2fc80c8 + 96aaf9e commit e031fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
buildConfiguration: 'Release'
major: 4
minor: 1
patch: 2
patch: 3
AssemblyVersion: $(major).$(minor).$(patch)
NugetVersion: $(major).$(minor).$(patch)

Expand Down
2 changes: 2 additions & 0 deletions src/OSDP.Net/OSDP.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryUrl>https://github.com/bytedreamer/OSDP.Net.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit e031fd7

Please sign in to comment.