|
4 | 4 | <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
5 | 5 | <GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
|
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
7 |
| - <Version>2.5.0-prerelease01</Version> |
| 7 | + <Version>2.5.0</Version> |
8 | 8 | <Product>Camunda REST API Client</Product>
|
9 | 9 | <Title>Camunda REST API Client</Title>
|
10 | 10 | <Authors>Jan Lucansky</Authors>
|
11 | 11 | <PackageProjectUrl>https://github.com/jlucansky/Camunda.Api.Client</PackageProjectUrl>
|
12 |
| - <PackageIconUrl>https://avatars3.githubusercontent.com/u/2443838?s=230</PackageIconUrl> |
| 12 | + <PackageIcon>icon.png</PackageIcon> |
13 | 13 | <Description>Camunda REST API Client for .NET platform</Description>
|
14 | 14 | <PackageTags>camunda rest refit bpmn bpm</PackageTags>
|
15 | 15 | <PackageReleaseNotes></PackageReleaseNotes>
|
16 | 16 | <AssemblyVersion>2.0.0.0</AssemblyVersion>
|
17 | 17 | <FileVersion>2.0.0.0</FileVersion>
|
18 | 18 | <RepositoryType></RepositoryType>
|
19 | 19 | <PackageLicenseFile>LICENSE</PackageLicenseFile>
|
20 |
| - </PropertyGroup> |
21 |
| - |
22 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
23 |
| - <DocumentationFile>bin\Release\netstandard2.0\Camunda.Api.Client.xml</DocumentationFile> |
24 |
| - </PropertyGroup> |
25 |
| - |
26 |
| - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> |
27 |
| - <NoWarn>1701;1702;1705</NoWarn> |
| 20 | + <NoWarn>1701;1702;1705;1591</NoWarn> |
28 | 21 | </PropertyGroup>
|
29 | 22 |
|
30 | 23 | <ItemGroup>
|
|
34 | 27 |
|
35 | 28 | <ItemGroup>
|
36 | 29 | <None Include="..\LICENSE" Pack="true" PackagePath="" />
|
| 30 | + <None Include="icon.png" Pack="true" PackagePath=""/> |
37 | 31 | </ItemGroup>
|
38 | 32 |
|
39 | 33 | <ItemGroup Condition="'$(TargetFramework)' == 'net452'">
|
|
0 commit comments