diff --git a/README.md b/README.md index 18c77af..510765e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ _Right click 'Save link as...' since GitHub doesn't respect url encoding, but ma - [SI-Snitch for Sitecore-10.0.1](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.0.1.zip) ( Sitecore 10.0.1) - [SI-Snitch for Sitecore-10.1.0](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.1.0.zip) ( Sitecore 10.1.0) - [SI-Snitch for Sitecore-10.1.1](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.1.1.zip) ( Sitecore 10.1.1) +- [SI-Snitch for Sitecore-10.1.2](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.1.2.zip) ( Sitecore 10.1.2) The above package can be installed through the normal Sitecore Installation Wizard. @@ -42,7 +43,7 @@ The following would be an output of SI Snitch in the Sitecore log file: - 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: nbf || Value: 1604563275 - 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: exp || Value: 1604564775 -- 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: iss || Value: https://sc10_1_1.identityserver.dev.local +- 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: iss || Value: https://sc10_1_2.identityserver.dev.local - 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: aud || Value: Sitecore - 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: iat || Value: 1604563275 @@ -62,6 +63,6 @@ _Originally developed by:_ Derek Correia - Twitter: [@derekc](https://twitter.com/derekc), GitHub: https://github.com/derekcorreia -_Upgraded + tested to support Sitecore 9.3, Sitecore 10.0.0, Sitecore 10.0.1, Sitecore 10.1.0 & Sitecore 10.1.1_ +_Upgraded + tested to support Sitecore 9.3, Sitecore 10.0.0, Sitecore 10.0.1, Sitecore 10.1.0 , Sitecore 10.1.1 & Sitecore 10.1.2_ Robbert Hock - Twitter: [@kayeeNL](https://twitter.com/kayeenl), GitHub: https://github.com/KayeeNL diff --git a/Sitecore Packages/SI-Snitch for Sitecore-10.1.2.zip b/Sitecore Packages/SI-Snitch for Sitecore-10.1.2.zip new file mode 100644 index 0000000..4fe81dc Binary files /dev/null and b/Sitecore Packages/SI-Snitch for Sitecore-10.1.2.zip differ diff --git a/Sitecore Packages/SI-Snitch for Sitecore.xml b/Sitecore Packages/SI-Snitch for Sitecore.xml index c436de0..3985bc6 100644 --- a/Sitecore Packages/SI-Snitch for Sitecore.xml +++ b/Sitecore Packages/SI-Snitch for Sitecore.xml @@ -3,7 +3,7 @@ SI-Snitch for Sitecore Derek Correia & Robbert Hock - 10.1.1 + 10.1.2 diff --git a/SitecoreServices.SISnitch/SitecoreServices.SISnitch.csproj b/SitecoreServices.SISnitch/SitecoreServices.SISnitch.csproj index 4d0bf37..f5ca1f4 100644 --- a/SitecoreServices.SISnitch/SitecoreServices.SISnitch.csproj +++ b/SitecoreServices.SISnitch/SitecoreServices.SISnitch.csproj @@ -40,10 +40,10 @@ - ..\packages\Sitecore.Kernel.10.1.1\lib\net48\Sitecore.Kernel.dll + ..\packages\Sitecore.Kernel.10.1.2\lib\net48\Sitecore.Kernel.dll - ..\packages\Sitecore.Owin.Authentication.10.1.1\lib\net48\Sitecore.Owin.Authentication.dll + ..\packages\Sitecore.Owin.Authentication.10.1.2\lib\net48\Sitecore.Owin.Authentication.dll diff --git a/SitecoreServices.SISnitch/packages.config b/SitecoreServices.SISnitch/packages.config index c999e15..0bab3f4 100644 --- a/SitecoreServices.SISnitch/packages.config +++ b/SitecoreServices.SISnitch/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file