Skip to content

Commit

Permalink
Merge pull request #6 from KayeeNL/develop
Browse files Browse the repository at this point in the history
Upgrade SitecoreServices.SISnitch to Sitecore 10.1.0
  • Loading branch information
KayeeNL authored Mar 8, 2021
2 parents 3ea5f3e + 050a924 commit 080e583
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _Right click 'Save link as...' since GitHub doesn't respect url encoding, but ma
- [SI-Snitch for Sitecore-9.3](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-9.3.zip) ( Sitecore 9.3)
- [SI-Snitch for Sitecore-10.0.0](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.0.0.zip) ( Sitecore 10.0.0)
- [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)

The above package can be installed through the normal Sitecore Installation Wizard.

Expand All @@ -40,7 +41,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://sc93.identityserver.dev.local
- 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: iss || Value: https://sc10_1.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

Expand All @@ -60,6 +61,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_
_Upgraded + tested to support Sitecore 9.3, Sitecore 10.0.0, Sitecore 10.0.1 & Sitecore 10.1.0_

Robbert Hock - Twitter: [@kayeeNL](https://twitter.com/kayeenl), GitHub: https://github.com/KayeeNL
Binary file not shown.
8 changes: 4 additions & 4 deletions SitecoreServices.SISnitch/SitecoreServices.SISnitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="Sitecore.Kernel, Version=15.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Kernel.10.0.1\lib\net48\Sitecore.Kernel.dll</HintPath>
<Reference Include="Sitecore.Kernel, Version=16.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Kernel.10.1.0\lib\net48\Sitecore.Kernel.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Owin.Authentication, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Owin.Authentication.10.0.1\lib\net48\Sitecore.Owin.Authentication.dll</HintPath>
<Reference Include="Sitecore.Owin.Authentication, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Owin.Authentication.10.1.0\lib\net48\Sitecore.Owin.Authentication.dll</HintPath>
</Reference>
<Reference Include="sysglobl" />
<Reference Include="System.Design" />
Expand Down
4 changes: 2 additions & 2 deletions SitecoreServices.SISnitch/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Sitecore.Kernel" version="10.0.1" targetFramework="net48" />
<package id="Sitecore.Owin.Authentication" version="10.0.1" targetFramework="net48" />
<package id="Sitecore.Kernel" version="10.1.0" targetFramework="net48" />
<package id="Sitecore.Owin.Authentication" version="10.1.0" targetFramework="net48" />
</packages>

0 comments on commit 080e583

Please sign in to comment.