Skip to content

Commit

Permalink
Merge pull request #155 from bytedreamer/develop
Browse files Browse the repository at this point in the history
v5.0.1 Beta Release
  • Loading branch information
bytedreamer authored Mar 4, 2024
2 parents 4367075 + 24626a6 commit a6541ee
Show file tree
Hide file tree
Showing 1,144 changed files with 627 additions and 638,346 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Further information can be found at [SIA OSDP Homepage](https://www.securityindu

## Getting Started

The OSDP.Net library provides a Nuget package to quickly add OSDP capablitity to a .NET Framework or Core project.
The OSDP.Net library provides a Nuget package to quickly add OSDP capability to a .NET Framework or Core project.
You can install it using the NuGet Package Console window:

```shell
Expand Down
19 changes: 16 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
buildConfiguration: 'Release'
major: 5
minor: 0
patch: 0
patch: 1
AssemblyVersion: $(major).$(minor).$(patch)
NugetVersion: $(major).$(minor).$(patch)-beta

Expand Down Expand Up @@ -100,16 +100,29 @@ steps:
versioningScheme: 'byEnvVar'
versionEnvVar: 'AssemblyVersion'

#- task: DotNetCoreCLI@2
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
# displayName: 'dotnet publish for linux-arm'
# inputs:
# command: 'publish'
# publishWebProjects: false
# zipAfterPublish: false
# modifyOutputPath: false
# projects: 'src/Console/Console.csproj'
# arguments: '-r linux-arm --configuration $(BuildConfiguration) --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeAllContentForSelfExtract=true --output $(Build.ArtifactStagingDirectory)/TestConsole/linux-arm'
# versioningScheme: 'byEnvVar'
# versionEnvVar: 'AssemblyVersion'

- task: DotNetCoreCLI@2
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
displayName: 'dotnet publish for linux-arm'
displayName: 'dotnet publish for linux-arm64'
inputs:
command: 'publish'
publishWebProjects: false
zipAfterPublish: false
modifyOutputPath: false
projects: 'src/Console/Console.csproj'
arguments: '-r linux-arm --configuration $(BuildConfiguration) /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true --self-contained true --output $(Build.ArtifactStagingDirectory)/TestConsole/linux-arm'
arguments: '-r linux-arm64 --configuration $(BuildConfiguration) --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeAllContentForSelfExtract=true --output $(Build.ArtifactStagingDirectory)/TestConsole/linux-arm'
versioningScheme: 'byEnvVar'
versionEnvVar: 'AssemblyVersion'

Expand Down
Binary file removed docs/www/Back.png
Binary file not shown.
Binary file removed docs/www/Close.png
Binary file not shown.
Binary file removed docs/www/CollapseAll.png
Binary file not shown.
Binary file removed docs/www/Collapsed.png
Binary file not shown.
Binary file removed docs/www/ExpandAll.png
Binary file not shown.
Binary file removed docs/www/Expanded.png
Binary file not shown.
Binary file removed docs/www/Images/030c41d9079671d09a62d8e2c1db6973.gif
Binary file not shown.
Binary file not shown.
Binary file removed docs/www/Images/LT_tab.gif
Binary file not shown.
Binary file removed docs/www/Images/LT_tab_white.gif
Binary file not shown.
Binary file removed docs/www/Images/RT_tab.gif
Binary file not shown.
Binary file removed docs/www/Images/RT_tab_white.gif
Binary file not shown.
Binary file removed docs/www/Images/alert_note.gif
Binary file not shown.
Binary file removed docs/www/Images/lightweight_topnav.png
Binary file not shown.
Binary file removed docs/www/Images/lightweight_topnav_slice.gif
Binary file not shown.
Binary file removed docs/www/Images/lt_search.gif
Binary file not shown.
Binary file removed docs/www/Images/msdn2010branding-stripe.png
Binary file not shown.
Binary file removed docs/www/Images/msdn2010branding-stripe1.png
Binary file not shown.
Binary file removed docs/www/Images/msg-icon.gif
Binary file not shown.
Binary file removed docs/www/Images/msg-incoming.gif
Binary file not shown.
Binary file removed docs/www/Images/msg-outgoing.gif
Binary file not shown.
Binary file removed docs/www/Images/rt_search.gif
Binary file not shown.
Binary file removed docs/www/Images/searchicon.gif
Binary file not shown.
Binary file removed docs/www/Images/slice_search.gif
Binary file not shown.
Binary file removed docs/www/Index.png
Binary file not shown.
Binary file removed docs/www/Item.gif
Diff not rendered.
Binary file removed docs/www/Link.png
Diff not rendered.
Binary file removed docs/www/Search.png
Diff not rendered.
239 changes: 0 additions & 239 deletions docs/www/SearchHelp.aspx

This file was deleted.

Loading

0 comments on commit a6541ee

Please sign in to comment.