|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0</TargetFrameworks> |
5 | | - <Description>An easy to use CFG/INI configuration library for .NET.</Description> |
6 | | - <Copyright>Copyright 2013-2022 Cemalettin Dervis</Copyright> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + <Description>An easy to use cfg/ini configuration library for .NET.</Description> |
| 6 | + <Copyright>Copyright 2013-2025 Cemalettin Dervis</Copyright> |
7 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | 8 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
9 | | - <AssemblyVersion>3.3</AssemblyVersion> |
10 | | - <FileVersion>3.3</FileVersion> |
11 | | - <PackageIcon>SharpConfigLogo.png</PackageIcon> |
12 | | - <PackageLicenseFile></PackageLicenseFile> |
13 | | - <Version>3.3</Version> |
| 9 | + <AssemblyVersion>4.0</AssemblyVersion> |
| 10 | + <FileVersion>4.0</FileVersion> |
| 11 | + <PackageIcon>logo256.png</PackageIcon> |
| 12 | + <Version>4.0</Version> |
14 | 13 | <Authors>Cemalettin Dervis</Authors> |
15 | 14 | <PackageProjectUrl>https://github.com/cemdervis/SharpConfig</PackageProjectUrl> |
16 | | - <RepositoryUrl>https://github.com/cemdervis/SharpConfig.git</RepositoryUrl> |
| 15 | + <RepositoryUrl>https://github.com/cdervis/SharpConfig</RepositoryUrl> |
17 | 16 | <RepositoryType>git</RepositoryType> |
18 | | - <PackageTags>sharpconfig config c# csharp cfg ini configuration library</PackageTags> |
| 17 | + <PackageTags>sharpconfig config c# csharp cfg ini configuration library settings</PackageTags> |
19 | 18 | <PackageReleaseNotes>Please see the project URL for the latest release notes.</PackageReleaseNotes> |
20 | 19 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
21 | 20 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
44 | 43 | </PropertyGroup> |
45 | 44 |
|
46 | 45 | <ItemGroup> |
47 | | - <None Include="..\README.md"> |
| 46 | + <None Include="..\Docs\assets\images\logo256.png"> |
48 | 47 | <Pack>True</Pack> |
49 | | - <PackagePath>\</PackagePath> |
| 48 | + <PackagePath></PackagePath> |
| 49 | + <Link>logo256.png</Link> |
50 | 50 | </None> |
51 | | - <None Include="..\SharpConfigLogo.png"> |
| 51 | + <None Include="..\README.md"> |
52 | 52 | <Pack>True</Pack> |
53 | | - <PackagePath></PackagePath> |
| 53 | + <PackagePath>\</PackagePath> |
54 | 54 | </None> |
55 | 55 | </ItemGroup> |
56 | 56 |
|
|
0 commit comments