Skip to content

Commit

Permalink
feature/upgrade-sitecore-10-4 -> Upgraded + tested the SI Snitch proj…
Browse files Browse the repository at this point in the history
…ect to now also be compliant to Sitecore 10.4, the project is now compiled against the 10.4 dll's and added the 10.4 SI Snitch package
  • Loading branch information
KayeeNL committed May 3, 2024
1 parent 66ad5fa commit 4e32272
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _Right click 'Save link as...' since GitHub doesn't respect url encoding, but ma
- [SI-Snitch for Sitecore-10.1.2](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.1.2.zip) ( Sitecore 10.1.2)
- [SI-Snitch for Sitecore-10.2](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.2.zip) ( Sitecore 10.2)
- [SI-Snitch for Sitecore-10.3](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.3.zip) ( Sitecore 10.3)
- [SI-Snitch for Sitecore-10.4](./Sitecore%20Packages/SI-Snitch%20for%20Sitecore-10.4.zip) ( Sitecore 10.4)

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

Expand All @@ -45,7 +46,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_3.identityserver.dev.local
- 32856 09:01:15 INFO oO SI Snitch Oo -- Claim: iss || Value: https://sc10_4.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 @@ -65,6 +66,7 @@ _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, Sitecore 10.1.2, Sitecore 10.2 & Sitecore 10.3_
_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, Sitecore 10.2, Sitecore 10.3 & Sitecore 10.4_

Robbert Hock - Twitter: [@kayeeNL](https://twitter.com/kayeenl), GitHub: https://github.com/KayeeNL
Robbert Hock - 15x Sitecore MVP (2010-2024)
Twitter: [@kayeeNL](https://twitter.com/kayeenl), GitHub: https://github.com/KayeeNL
Binary file added Sitecore Packages/SI-Snitch for Sitecore-10.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Sitecore Packages/SI-Snitch for Sitecore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<PackageName>SI-Snitch for Sitecore</PackageName>
<Author>Derek Correia &amp; Robbert Hock</Author>
<Version>10.3</Version>
<Version>10.4</Version>
<Revision />
<License />
<Comment />
Expand Down
2 changes: 1 addition & 1 deletion SitecoreServices.SISnitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SitecoreServices.SISnitch")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
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=18.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Kernel.10.3.0\lib\net48\Sitecore.Kernel.dll</HintPath>
<Reference Include="Sitecore.Kernel, Version=19.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Kernel.10.4.0\lib\net48\Sitecore.Kernel.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Owin.Authentication, Version=8.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Owin.Authentication.10.3.0\lib\net48\Sitecore.Owin.Authentication.dll</HintPath>
<Reference Include="Sitecore.Owin.Authentication, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Owin.Authentication.10.4.0\lib\net48\Sitecore.Owin.Authentication.dll</HintPath>
</Reference>
<Reference Include="sysglobl" />
<Reference Include="System" />
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.3.0" targetFramework="net48" />
<package id="Sitecore.Owin.Authentication" version="10.3.0" targetFramework="net48" />
<package id="Sitecore.Kernel" version="10.4.0" targetFramework="net48" />
<package id="Sitecore.Owin.Authentication" version="10.4.0" targetFramework="net48" />
</packages>

0 comments on commit 4e32272

Please sign in to comment.