Skip to content

Commit 6ef4c04

Browse files
committed
add package details to Flow.Launcher.Plugin.csproj
1 parent fed56d2 commit 6ef4c04

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
</PropertyGroup>
15-
15+
16+
<PropertyGroup>
17+
<Version>1.0.0</Version>
18+
<PackageVersion>1.0.0</PackageVersion>
19+
<AssemblyVersion>1.0.0</AssemblyVersion>
20+
<FileVersion>1.0.0</FileVersion>
21+
<PackageId>Flow.Launcher.Plugin</PackageId>
22+
<IncludeSymbols>true</IncludeSymbols>
23+
<Authors>qianlifeng, Jeremy Wu</Authors>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
26+
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>
27+
<PackageTags>flowlauncher</PackageTags>
28+
</PropertyGroup>
29+
1630
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1731
<DebugSymbols>true</DebugSymbols>
1832
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)