Skip to content

Commit 4555bdc

Browse files
committed
fix: correct funit ID for NuGet
1 parent 9f4105e commit 4555bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Flowthru.FUnit/Flowthru.FUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Description>Inline step-test framework for Flowthru pipelines</Description>
9-
<PackageId>FUnit</PackageId>
9+
<PackageId>Flowthru.FUnit</PackageId>
1010
<PackageTags>data-engineering;pipeline;testing;step-tests</PackageTags>
1111
<NoDefaultExcludes>true</NoDefaultExcludes>
1212

0 commit comments

Comments
 (0)