Skip to content

Tags: Sparse-Technology/DeviceStatusCheckerService

Tags

v0.1.6

Toggle v0.1.6's commit message
Add LoginUserModel and PTZ models

v0.1.5

Toggle v0.1.5's commit message
Merge remote-tracking branch 'origin/eren/model-fix'

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from Sparse-Technology/eren/card-size-works

C#: DSCS: Fixed Card Height Arrangement Issue #13

v0.1.3

Toggle v0.1.3's commit message
Refine release workflow for better artifact and asset handling

- In release.yml:
  - Updated the 'Upload Artifact' step to use a more concise name
  - Added a new step for uploading assets to GitHub Releases using
    softprops/action-gh-release
  - Conditionally execute the 'Upload Assets' step only for tag pushes

v0.1.2

Toggle v0.1.2's commit message
Update .NET workflows and add release workflow

- In dotnet.yml:
  - Removed redundant platform-specific publish steps
  - Simplified the build step

- Added release.yml:
  - Workflow for building and publishing on tag pushes

This commit optimizes the existing dotnet.yml workflow and introduces a
new release.yml workflow for building and publishing releases on tag
pushes.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dotnet.yml