Update assembly name

This commit is contained in:
2023-04-07 19:44:20 -04:00
parent 12d111caa4
commit e7f09b54f9

View File

@@ -11,6 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile> <PackageReadmeFile>README.md</PackageReadmeFile>
<Description>This library can be used to restrict an application to only a single instance and sends the command line of any newly started instance to the currently running instance.</Description> <Description>This library can be used to restrict an application to only a single instance and sends the command line of any newly started instance to the currently running instance.</Description>
<PackageId>ChrisKaczor.Wpf.Application.SingleInstance</PackageId> <PackageId>ChrisKaczor.Wpf.Application.SingleInstance</PackageId>
<AssemblyName>ChrisKaczor.Wpf.Application.SingleInstance</AssemblyName>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="H.Pipes" Version="2.0.47" /> <PackageReference Include="H.Pipes" Version="2.0.47" />