Skip to content

Commit 15527fd

Browse files
1.14.0.5
1 parent 93e9a91 commit 15527fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sparkpost-net-core.png

-4.19 KB
Loading

src/SparkPost/SparkPost.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ApplicationIcon />
66
<OutputType>Library</OutputType>
77
<StartupObject />
8-
<Version>1.14.0.4</Version>
8+
<Version>1.14.0.5</Version>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageId>SparkPost.NetCore</PackageId>
1111
<Description>Lean Sparkpost API client port to .net standard 2.0</Description>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/maxlego/csharp-sparkpost</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/maxlego/csharp-sparkpost</RepositoryUrl>
15-
<PackageIcon>sparkpost-net-core-compact.png</PackageIcon>
15+
<PackageIcon>sparkpost-net-core.png</PackageIcon>
1616
<PackageIconUrl />
1717
<PackageReleaseNotes>Added template preview functionality</PackageReleaseNotes>
1818
</PropertyGroup>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<None Include="..\..\sparkpost-net-core-compact.png">
30+
<None Include="..\..\sparkpost-net-core.png">
3131
<Pack>True</Pack>
3232
<PackagePath></PackagePath>
3333
</None>

0 commit comments

Comments
 (0)