UserJourney

This commit is contained in:
Admin 2025-12-26 06:14:08 -05:00
parent 60b298b2fc
commit e407dd4de2
2 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageOutputPath>C:\Users\logik\Dropbox\Nugets</PackageOutputPath>
<!-- NuGet Package Properties -->
<PackageId>IronLicensing.Client</PackageId>
@ -15,6 +16,8 @@
<Company>MarketAlly</Company>
<Description>Client SDK for IronLicensing - Software Licensing Platform</Description>
<PackageTags>licensing;software;activation;license-key</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>nuget_il.png</PackageIcon>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
@ -29,4 +32,14 @@
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="nuget_il.png">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>true</Visible>
</None>
<None Include="README.md" Pack="true" PackagePath="\" Condition="Exists('README.md')" />
</ItemGroup>
</Project>

BIN
nuget_il.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB