We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634876b commit 3381c85Copy full SHA for 3381c85
1 file changed
src/SingleInstanceCore.csproj
@@ -7,9 +7,10 @@
7
<PackageProjectUrl>https://github.com/soheilkd/SingleInstanceCore</PackageProjectUrl>
8
<RepositoryUrl>https://github.com/soheilkd/SingleInstanceCore</RepositoryUrl>
9
<RepositoryType>Github</RepositoryType>
10
- <Description>Library that helps to create single instance WPF application on .NET Core</Description>
11
- <PackageTags>wpf single instance core dotnet</PackageTags>
+ <Description>Library that helps to create single instance application on .NET Core</Description>
+ <PackageTags>single instance core dotnet</PackageTags>
12
<NeutralLanguage>en-US</NeutralLanguage>
13
+ <Version>2.0.0</Version>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments