Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions Flow.Launcher.Localization/Flow.Launcher.Localization.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<RootNamespace>Flow.Launcher.Localization</RootNamespace>

<AssemblyName>Flow.Launcher.Localization</AssemblyName>
<IncludeBuildOutput>false</IncludeBuildOutput>
<DevelopmentDependency>true</DevelopmentDependency>
<NoPackageAnalysis>true</NoPackageAnalysis>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>

<PropertyGroup>
<Version>0.0.1</Version>
<PackageVersion>0.0.1</PackageVersion>
<AssemblyVersion>0.0.1</AssemblyVersion>
<FileVersion>0.0.1</FileVersion>
<PackageId>Flow.Launcher.Localization</PackageId>
<Title>Flow Launcher Localization Toolkit</Title>
<Description>Localization toolkit for Flow Launcher and its plugins</Description>
<Authors>Flow-Launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher.Localization</RepositoryUrl>
<PackageDescription>Localization toolkit for Flow Launcher and its plugins</PackageDescription>
<PackageTags>localization-tool; localization-toolkit; flow-launcher; flow-launcher-plugins; flowlauncher; localization-tools; flow-launcher-plugin</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj">
<PrivateAssets>All</PrivateAssets>
Expand Down Expand Up @@ -40,6 +57,10 @@
<PackagePath>analyzers/dotnet/cs</PackagePath>
<Visible>false</Visible>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="build\Flow.Launcher.Localization.props" Pack="true" PackagePath="build" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Flow Launcher Localization Toolkit

Localization toolkit for Flow Launcher and its plugins
Loading