File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >3.0.1 </Version >
4
+ <Version >3.0.2 </Version >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup >
8
8
<PackageId >mnailgun</PackageId >
9
- <PackageVersion >3.0.1 </PackageVersion >
9
+ <PackageVersion >3.0.2 </PackageVersion >
10
10
<PackageTags >mailgun email</PackageTags >
11
11
<PackageProjectUrl >https://github.com/typesafe/mnailgun</PackageProjectUrl >
12
12
<PackageLicenseUrl >https://raw.github.com/typesafe/mnailgun/master/license.txt</PackageLicenseUrl >
22
22
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
23
23
</ItemGroup >
24
24
25
+ <ItemGroup >
26
+ <Content Include =" .nupkg-files\icon.png" >
27
+ <Pack >true</Pack >
28
+ <PackagePath >/</PackagePath >
29
+ </Content >
30
+ </ItemGroup >
31
+
25
32
</Project >
You can’t perform that action at this time.
0 commit comments