Skip to content

Commit

Permalink
Mark IsPackable=true
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jun 2, 2021
1 parent 76c9ccb commit c4f2201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.Ingest/Elastic.Ingest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>elastic, elasticsearch, ingest, search</PackageTags>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsPackable>True</IsPackable>

This comment has been minimized.

Copy link
@Mpdreamz

Mpdreamz Jul 27, 2021

Member

This was marked as false on purpose #110 still holds several improvements. Not the end of the world since this only got released as an alpha but this should be reverted before 1.6 GA goes out.

</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<PackageTags>Logging;LoggerProvider;Elasticsearch;ELK;Kibana;Logstash;Tracing;Diagnostics;Log;Trace;ECS</PackageTags>
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>True</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c4f2201

Please sign in to comment.