8 changed files
WPE.App.Shared.BaseComponents | ||
Models/General | ||
StyledComponent.cs | ||
Pages/Text | ||
Text_Base.cs | ||
Text_Bold.razor | ||
Text_Display.razor | ||
Text_ExtraBold.razor | ||
Text_Regular.razor | ||
Text_Uppercase.razor | ||
WPE.App.Shared.BaseComponents.csproj | ||
StyledComponent.cs
/WPE.App.Shared.BaseComponents/Models/General/StyledComponent.cs-8+8/WPE.App.Shared.BaseComponents/Models/General/StyledComponent.cs
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_Base.cs
/WPE.App.Shared.BaseComponents/Pages/Text/Text_Base.cs-8+8/WPE.App.Shared.BaseComponents/Pages/Text/Text_Base.cs
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_Bold.razor
/WPE.App.Shared.BaseComponents/Pages/Text/Text_Bold.razor-8+8/WPE.App.Shared.BaseComponents/Pages/Text/Text_Bold.razor
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_Display.razor
/WPE.App.Shared.BaseComponents/Pages/Text/Text_Display.razor-8+8/WPE.App.Shared.BaseComponents/Pages/Text/Text_Display.razor
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_ExtraBold.razor
/WPE.App.Shared.BaseComponents/Pages/Text/Text_ExtraBold.razor-8+8/WPE.App.Shared.BaseComponents/Pages/Text/Text_ExtraBold.razor
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_Regular.razor
/WPE.App.Shared.BaseComponents/Pages/Text/Text_Regular.razor-8+8/WPE.App.Shared.BaseComponents/Pages/Text/Text_Regular.razor
Add comment 1 <Project Sdk="Microsoft.NET.Sdk">
Add comment 2
Add comment 3 <PropertyGroup>
Add comment 4 Minus <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Add comment 5 Minus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
Add comment 4 Plus <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
Add comment 5 Plus <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Add comment 6 <UseMaui>true</UseMaui>
Add comment 7 <SingleProject>true</SingleProject>
Add comment 8 <Nullable>enable</Nullable>
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.2.0</Version>
Add comment 27 Plus <Version>0.3.0</Version>
Add comment 28 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 29 </PropertyGroup>
Add comment 30
Add comment 31 <ItemGroup>
Add comment 32 Minus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.3.1" />
Add comment 33 Minus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.4.2" />
Add comment 32 Plus <PackageReference Include="Infsoft.WPE.App.Authentication.Base" Version="0.4.0" />
Add comment 33 Plus <PackageReference Include="Infsoft.WPE.App.DTO" Version="1.5.0" />
Add comment 34 <PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
Add comment 35 Minus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
Add comment 36 Minus <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
Add comment 37 Minus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" />
Add comment 35 Plus <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
Add comment 36 Plus <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />
Add comment 37 Plus <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.40" />
Add comment 38 </ItemGroup>
Add comment 39
Add comment 40 <ItemGroup>
Text_Uppercase.razor
/WPE.App.Shared.BaseComponents/Pages/Text/Text_Uppercase.razor/WPE.App.Shared.BaseComponents/Pages/Text/Text_Uppercase.razor
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj