Skip to content

Commit

Permalink
Update project meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucansky committed Feb 22, 2019
1 parent d880df6 commit 7a917b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Camunda.Api.Client/Camunda.Api.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Product>Camunda REST API Client</Product>
<Company />
<Title>Camunda REST API Client</Title>
<Authors>Jan Lucansky</Authors>
<PackageLicenseUrl>https://github.com/jlucansky/Camunda.Api.Client/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jlucansky/Camunda.Api.Client</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/2443838?s=230</PackageIconUrl>
<Description>Camunda REST API Client for .NET platform</Description>
Expand All @@ -17,6 +16,7 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<RepositoryType></RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -32,6 +32,9 @@
<PackageReference Include="Refit" Version="4.6.16" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
<Reference Include="Microsoft.CSharp.dll" />
Expand Down

0 comments on commit 7a917b6

Please sign in to comment.