Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Data Network (Independent Publisher) #3689

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ Please note: Your Application Name must be unique across all registered applicat
## Known Issues and Limitations

Currently, no known issues or limitations exist. Always refer to this section for updated information.

Original file line number Diff line number Diff line change
Expand Up @@ -1080,4 +1080,3 @@
"propertyValue": "Data"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,3 @@
"publisher": "Richard Wilson",
"stackOwner": "Tyler Technologies"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,3 @@ public class Script : ScriptBase
{
return new StringContent(content, System.Text.Encoding.UTF8, "application/json");
}
}
Loading