Skip to content

Commit

Permalink
0.1.1 with package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzorz committed May 16, 2023
1 parent ed9b20e commit 0b51629
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<Title>Contenda .NET SDK</Title>
<Authors>tomzorz</Authors>
<Company>Contenda</Company>
Expand All @@ -16,10 +16,18 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<RepositoryUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</RepositoryUrl>
<PackageIcon>logo_white.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\..\assets\logo_white.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 0b51629

Please sign in to comment.