Skip to content

Commit 856a123

Browse files
Update README.md
Add a note about the most recent Queue-it connector versions and how to access them to the README file.
1 parent 778a076 commit 856a123

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Queue-it KnownUser SDK for ASP.NET
2+
3+
**This is not the most recent version. In order to obtain access to the most recent version, please contact your local Queue-it representative or Queue-it Support**
4+
25
Before getting started please read the [documentation](https://github.com/queueit/Documentation/tree/main/serverside-connectors) to get acquainted with server-side connectors.
36

47
This connector supports .NET Framework 4.0+.
@@ -222,4 +225,4 @@ private bool IsIgnored()
222225
{
223226
return string.Equals(Request.HttpMethod, "options", StringComparison.OrdinalIgnoreCase);
224227
}
225-
```
228+
```

0 commit comments

Comments
 (0)