adjust namespace
6a8f4444
Michael Schmitz
committed
succeeded
3 changed files
SubscriptionKeyHandler.cs
/WPE.App.Authentication.Maui/Business/SubscriptionKeyHandler.cs-1+1
/WPE.App.Authentication.Maui/Business/SubscriptionKeyHandler.cs
Add comment 1 using Infsoft.WPE.App.Authentication.Base.Models;
Add comment 2 using Microsoft.Extensions.Options;
Add comment 3
Add comment 4 Minus  namespace Infsoft.WPE.App.Authentication.Base.Business
Add comment 4 Plus  namespace Infsoft.WPE.App.Authentication.Maui.Business
Add comment 5 {
Add comment 6 internal class SubscriptionKeyHandler(IOptions<SubscriptionKeyConfiguration> Options) : DelegatingHandler, IDisposable
Add comment 7 {
ServiceCollectionExtensions.cs
/WPE.App.Authentication.Maui/ServiceCollectionExtensions.cs-1
/WPE.App.Authentication.Maui/ServiceCollectionExtensions.cs
Add comment 1 using Infsoft.WPE.App.Authentication.Base;
Add comment 2 Minus  using Infsoft.WPE.App.Authentication.Base.Business;
Add comment 3 2 using Infsoft.WPE.App.Authentication.Base.Models;
Add comment 4 3 using Infsoft.WPE.App.Authentication.Maui.Business;
Add comment 5 4 using Infsoft.WPE.App.Authentication.Maui.Business.Flow;
WPE.App.Authentication.Maui.csproj
/WPE.App.Authentication.Maui/WPE.App.Authentication.Maui.csproj-1+1
/WPE.App.Authentication.Maui/WPE.App.Authentication.Maui.csproj
Add comment 24 <PackageIcon>icon.png</PackageIcon>
Add comment 25 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 26 <PackageTags>WPE;Workplace Experience;infsoft</PackageTags>
Add comment 27 Minus   <Version>0.1.0-next05</Version>
Add comment 27 Plus   <Version>0.1.0-next06</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30