Skip to content

Commit

Permalink
release nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
ElasticEmail committed Sep 26, 2023
1 parent 1786419 commit 0ebd86d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.0.22
4.0.23
9 changes: 9 additions & 0 deletions src/ElasticEmail/ElasticEmail.csproj
Expand Up @@ -21,6 +21,8 @@
<PackageTags>mailing, email, elasticemail, smtp</PackageTags>
<PackageIcon>ee-logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/ElasticEmail/elasticemail-csharp</PackageProjectUrl>
<PackageIcon>ee-logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/ElasticEmail/elasticemail-csharp</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,6 +32,13 @@
</None>
</ItemGroup>

<ItemGroup>
<None Include="ee-logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
Expand Down

0 comments on commit 0ebd86d

Please sign in to comment.