Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 30 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
# SignNow.NET gitignore
#
# OS and IDE specific ignoring files shold be configured
# into ~/.global_gitignore
# @see: https://help.github.com/en/articles/ignoring-files#create-a-global-gitignore
#

# ignore local files with API credentials
*.signnow.com.json
# Build output
*/bin/
*/obj/
[Bb]in/
[Oo]bj/
[Tt]est[Rr]esults/
packages/

# Visual Studio / Rider / VS Code
*.user
*.suo
*.userprefs
*.sln.docstates
.vs/
.idea/
.vscode/

# Editor swap files
*.swp
*.swo
*~

# source for API code generation
# OS
.DS_Store
Thumbs.db

# Local credentials & generated inputs
*.signnow.com.json
endpoint.json

*/bin/
*/obj/
# Dependency / build caches
project.lock.json
artifacts/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org).
- Event Subscriptions & Webhooks:
- Get Callbacks History by ID: webhook callback event history related to subscription ID with advanced filtering and sorting capabilities

## [1.4.0] - 2026-01-13
## [1.4.0] - 2025-01-13
### Added
- Event Subscriptions & Webhooks:
- Get Event Subscriptions List: Enhanced filtering and sorting for retrieving event subscriptions with flexible query
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 airSlate Inc.
Copyright (c) 2019-2026 SignNow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# signNow.NET
# SignNow.NET

[![Build status][actions build badge]][actions build link]
[![Codecov][codecov badge]][codecov link]
Expand Down
Loading