|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>0.0.1</Version> |
5 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
6 | 5 | <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
7 | 6 | <RootNamespace>Flow.Launcher.Localization</RootNamespace> |
8 | | - |
| 7 | + <AssemblyName>Flow.Launcher.Localization</AssemblyName> |
9 | 8 | <IncludeBuildOutput>false</IncludeBuildOutput> |
10 | 9 | <DevelopmentDependency>true</DevelopmentDependency> |
11 | 10 | <NoPackageAnalysis>true</NoPackageAnalysis> |
12 | 11 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
13 | 12 | </PropertyGroup> |
14 | 13 |
|
| 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 | + |
15 | 32 | <ItemGroup> |
16 | 33 | <ProjectReference Include="..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj"> |
17 | 34 | <PrivateAssets>All</PrivateAssets> |
|
40 | 57 | <PackagePath>analyzers/dotnet/cs</PackagePath> |
41 | 58 | <Visible>false</Visible> |
42 | 59 | </None> |
| 60 | + <None Include="..\README.md"> |
| 61 | + <Pack>True</Pack> |
| 62 | + <PackagePath>\</PackagePath> |
| 63 | + </None> |
43 | 64 | <None Include="build\Flow.Launcher.Localization.props" Pack="true" PackagePath="build" /> |
44 | 65 | </ItemGroup> |
45 | 66 |
|
|
0 commit comments