File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<ApplicationIcon />
6
6
<OutputType >Library</OutputType >
7
7
<StartupObject />
8
- <Version >1.14.0.4 </Version >
8
+ <Version >1.14.0.5 </Version >
9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
10
<PackageId >SparkPost.NetCore</PackageId >
11
11
<Description >Lean Sparkpost API client port to .net standard 2.0</Description >
12
12
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13
13
<PackageProjectUrl >https://github.com/maxlego/csharp-sparkpost</PackageProjectUrl >
14
14
<RepositoryUrl >https://github.com/maxlego/csharp-sparkpost</RepositoryUrl >
15
- <PackageIcon >sparkpost-net-core-compact .png</PackageIcon >
15
+ <PackageIcon >sparkpost-net-core.png</PackageIcon >
16
16
<PackageIconUrl />
17
17
<PackageReleaseNotes >Added template preview functionality</PackageReleaseNotes >
18
18
</PropertyGroup >
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
30
- <None Include =" ..\..\sparkpost-net-core-compact .png" >
30
+ <None Include =" ..\..\sparkpost-net-core.png" >
31
31
<Pack >True</Pack >
32
32
<PackagePath ></PackagePath >
33
33
</None >
You can’t perform that action at this time.
0 commit comments