Skip to content

Commit

Permalink
attempting to fix nuget package missing files..
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Bowman committed Mar 23, 2024
1 parent a1529ef commit 82dcedb
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>true</ImplicitUsings>
<IsBindingProject>true</IsBindingProject>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>2.6.1.1</AssemblyVersion>
<AssemblyVersion>2.6.1.2</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Version>$(AssemblyVersion)</Version>
<Title>TOCropViewController</Title>
Expand All @@ -26,6 +26,10 @@
</NativeReference>
</ItemGroup>

<ItemGroup>
<None Include="**/TOCropViewController.xcframework/**/*.*" Pack="true" PackagePath="lib/$(TargetFramework)" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Link>LICENSE</Link>
Expand Down

0 comments on commit 82dcedb

Please sign in to comment.