UserJourney

This commit is contained in:
Admin 2025-12-26 06:14:09 -05:00
parent 281cf0ae1c
commit faeed880f0
2 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageOutputPath>C:\Users\logik\Dropbox\Nugets</PackageOutputPath>
<!-- NuGet Package Properties -->
<PackageId>IronNotify.Client</PackageId>
@ -15,6 +16,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ironservices/ironnotify-client</RepositoryUrl>
<PackageProjectUrl>https://www.ironnotify.com</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>nuget_in.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
@ -22,4 +25,14 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="nuget_in.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_in.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB