File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 12
12
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
14
</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
+
16
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
31
<DebugSymbols >true</DebugSymbols >
18
32
<DebugType >full</DebugType >
You can’t perform that action at this time.
0 commit comments