mirror of
https://github.com/ckaczor/ChrisKaczor.Wpf.Application.SingleInstance.git
synced 2026-01-13 17:22:25 -05:00
Update assembly name
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user