diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index cce3710d..98f0c89d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -12,6 +12,6 @@ assignees: ''
#
# There's a better way to get help!
#
-# Send your questions or issues to sdksupport@yoti.com
+# Send your questions or issues to https://support.yoti.com
#
#
diff --git a/.gitignore b/.gitignore
index 82b0fcb2..6e27c66c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,9 +34,6 @@ Backup*/
# except build/, which is used as an MSBuild target.
!**/packages/build/
-.DS_STORE
-.DS_Store
-
# Coverage
OpenCover/
diff --git a/README.md b/README.md
index 64354c12..0a165086 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ The Yoti SDK can be used for the following products, follow the links for more i
## Support
-For any questions or support please email [clientsupport@yoti.com](mailto:clientsupport@yoti.com).
+For any questions or support please contact us here: https://support.yoti.com
Please provide the following to get you up and working as quickly as possible:
* Computer type
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e85f55c1..7c3f24ea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -32,7 +32,7 @@ steps:
scannerMode: 'MSBuild'
projectKey: 'getyoti:dotnet'
projectName: '.NET SDK'
- projectVersion: '3.11.0'
+ projectVersion: '3.13.0'
extraProperties: |
sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml"
sonar.links.scm = https://github.com/getyoti/yoti-dotnet-sdk
diff --git a/src/Examples/DocScan/DocScanExample/DocScanExample.sln b/src/Examples/DocScan/DocScanExample/DocScanExample.sln
deleted file mode 100644
index 52210ccf..00000000
--- a/src/Examples/DocScan/DocScanExample/DocScanExample.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 25.0.1703.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocScanExample", "DocScanExample.csproj", "{33DF7B65-3CBB-40B0-A08A-17A05AB7D071}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {33DF7B65-3CBB-40B0-A08A-17A05AB7D071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {33DF7B65-3CBB-40B0-A08A-17A05AB7D071}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {33DF7B65-3CBB-40B0-A08A-17A05AB7D071}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {33DF7B65-3CBB-40B0-A08A-17A05AB7D071}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {D250BACD-0361-4529-98E0-EEE3F48D5863}
- EndGlobalSection
-EndGlobal
diff --git a/src/Yoti.Auth/Yoti.Auth.csproj b/src/Yoti.Auth/Yoti.Auth.csproj
index 2757c82a..f5dbfcda 100644
--- a/src/Yoti.Auth/Yoti.Auth.csproj
+++ b/src/Yoti.Auth/Yoti.Auth.csproj
@@ -19,7 +19,7 @@
False
latest
true
- 3.12.0
+ 3.14.0
diff --git a/test/.DS_Store b/test/.DS_Store
deleted file mode 100644
index cde0a0da..00000000
Binary files a/test/.DS_Store and /dev/null differ
diff --git a/test/Yoti.Auth.Tests/.DS_Store b/test/Yoti.Auth.Tests/.DS_Store
deleted file mode 100644
index 2c419486..00000000
Binary files a/test/Yoti.Auth.Tests/.DS_Store and /dev/null differ
diff --git a/test/Yoti.Auth.Tests/DocScan/.DS_Store b/test/Yoti.Auth.Tests/DocScan/.DS_Store
deleted file mode 100644
index 35cfc3a9..00000000
Binary files a/test/Yoti.Auth.Tests/DocScan/.DS_Store and /dev/null differ
diff --git a/test/Yoti.Auth.Tests/DocScan/Session/.DS_Store b/test/Yoti.Auth.Tests/DocScan/Session/.DS_Store
deleted file mode 100644
index 3f7e57b3..00000000
Binary files a/test/Yoti.Auth.Tests/DocScan/Session/.DS_Store and /dev/null differ
diff --git a/test/Yoti.Auth.Tests/DocScan/Session/Create/.DS_Store b/test/Yoti.Auth.Tests/DocScan/Session/Create/.DS_Store
deleted file mode 100644
index 415710a7..00000000
Binary files a/test/Yoti.Auth.Tests/DocScan/Session/Create/.DS_Store and /dev/null differ