|
4 | 4 | <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
| 7 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
7 | 8 | <PackageId>FmgLib.HttpClientHelper</PackageId> |
8 | 9 | <Summary>It is a library that offers you dynamism for the HttpClient service and contains methods that parse the returned response to the model you want.</Summary> |
9 | 10 | <Title>FmgLib.HttpClientHelper</Title> |
10 | | - <Version>1.0.3</Version> |
| 11 | + <Version>1.0.4</Version> |
11 | 12 | <Authors>FmgYazılım</Authors> |
12 | 13 | <Company>Fmg Yazılım</Company> |
13 | 14 | <Copyright>©2024</Copyright> |
|
17 | 18 | <PackageTags>HttpClient, Client, Helper</PackageTags> |
18 | 19 | <Description>It is a library that offers you dynamism for the HttpClient service and contains methods that parse the returned response to the model you want.</Description> |
19 | 20 | <PackageIcon>nuget.png</PackageIcon> |
20 | | - <AssemblyVersion>1.0.3</AssemblyVersion> |
21 | | - <AssemblyFileVersion>1.0.3</AssemblyFileVersion> |
22 | | - <PackageVersion>1.0.3</PackageVersion> |
23 | | - <FileVersion>1.0.3</FileVersion> |
| 21 | + <AssemblyVersion>1.0.4</AssemblyVersion> |
| 22 | + <AssemblyFileVersion>1.0.4</AssemblyFileVersion> |
| 23 | + <PackageVersion>1.0.4</PackageVersion> |
| 24 | + <FileVersion>1.0.4</FileVersion> |
24 | 25 | </PropertyGroup> |
25 | 26 |
|
26 | 27 | <ItemGroup> |
27 | 28 | <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> |
28 | 29 | <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> |
29 | 30 | </ItemGroup> |
30 | 31 |
|
| 32 | + <ItemGroup> |
| 33 | + <None Include="nuget.png" Pack="true" PackagePath="" /> |
| 34 | + </ItemGroup> |
| 35 | + |
31 | 36 | </Project> |
0 commit comments