Skip to content

Commit 2074d7c

Browse files
authored
Merge pull request #26 from Flow-Launcher/assembly_version
Add README.md & Add package info
2 parents 6171e92 + c4b848d commit 2074d7c

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Flow.Launcher.Localization/Flow.Launcher.Localization.csproj

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.0.1</Version>
54
<TargetFramework>netstandard2.0</TargetFramework>
65
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
76
<RootNamespace>Flow.Launcher.Localization</RootNamespace>
8-
7+
<AssemblyName>Flow.Launcher.Localization</AssemblyName>
98
<IncludeBuildOutput>false</IncludeBuildOutput>
109
<DevelopmentDependency>true</DevelopmentDependency>
1110
<NoPackageAnalysis>true</NoPackageAnalysis>
1211
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1312
</PropertyGroup>
1413

14+
<PropertyGroup>
15+
<Version>0.0.1</Version>
16+
<PackageVersion>0.0.1</PackageVersion>
17+
<AssemblyVersion>0.0.1</AssemblyVersion>
18+
<FileVersion>0.0.1</FileVersion>
19+
<PackageId>Flow.Launcher.Localization</PackageId>
20+
<Title>Flow Launcher Localization Toolkit</Title>
21+
<Description>Localization toolkit for Flow Launcher and its plugins</Description>
22+
<Authors>Flow-Launcher</Authors>
23+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
24+
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher.Localization</RepositoryUrl>
25+
<PackageDescription>Localization toolkit for Flow Launcher and its plugins</PackageDescription>
26+
<PackageTags>localization-tool; localization-toolkit; flow-launcher; flow-launcher-plugins; flowlauncher; localization-tools; flow-launcher-plugin</PackageTags>
27+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
29+
<PackageReadmeFile>README.md</PackageReadmeFile>
30+
</PropertyGroup>
31+
1532
<ItemGroup>
1633
<ProjectReference Include="..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj">
1734
<PrivateAssets>All</PrivateAssets>
@@ -40,6 +57,10 @@
4057
<PackagePath>analyzers/dotnet/cs</PackagePath>
4158
<Visible>false</Visible>
4259
</None>
60+
<None Include="..\README.md">
61+
<Pack>True</Pack>
62+
<PackagePath>\</PackagePath>
63+
</None>
4364
<None Include="build\Flow.Launcher.Localization.props" Pack="true" PackagePath="build" />
4465
</ItemGroup>
4566

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Flow Launcher Localization Toolkit
2+
3+
Localization toolkit for Flow Launcher and its plugins

0 commit comments

Comments
 (0)