Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jslachta committed Dec 5, 2022
1 parent 233a7fd commit 354a620
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
File renamed without changes.
22 changes: 10 additions & 12 deletions src/LocaleNames/LocaleNames.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,28 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net60;net70</TargetFrameworks>

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Jiri Slachta</Authors>
<Copyright>Copyright © Jiri Slachta</Copyright>
<PackageTags>locale, translations</PackageTags>

<PackageProjectUrl>https://github.com/jslachta/LocaleNames</PackageProjectUrl>

<RepositoryUrl>https://github.com/jslachta/LocaleNames</RepositoryUrl>

<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>


<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<Description>The LocaleNames library provides language and country names translation to almost any language.</Description>
<Copyright>Copyright © Jiri Slachta</Copyright>
<PackageReleaseNotes>Check: https://github.com/jslachta/LocaleNames/releases </PackageReleaseNotes>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>

<Import Project="..\Configuration.targets" />
Expand Down

0 comments on commit 354a620

Please sign in to comment.