Skip to content

Commit

Permalink
Fix sharpie hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Jun 24, 2024
1 parent 226dd84 commit c343921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<MSBuildPackageVersion>17.9.5</MSBuildPackageVersion>
<BindingExtPackageVersion>0.0.1-pre5</BindingExtPackageVersion>
<BindingExtPackageVersion>0.0.1-pre6</BindingExtPackageVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion>
<Version>0.0.1-pre5</Version>
<Version>0.0.1-pre6</Version>
<PackageVersion>$(Version)$(VersionSuffix)</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>net,maui,netmaui,toolkit,kit,communitytoolkit,netmauitoolkit,mauicommunitytoolkit,slimbinding,binding</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PropertyGroup>
<CoreBuildDependsOn>
_BuildXcodeProjects;
_SharpieBindXcodeProjects;
$(CoreBuildDependsOn);
</CoreBuildDependsOn>
</PropertyGroup>
Expand Down

0 comments on commit c343921

Please sign in to comment.