Assembly redirect for Page Type Builder UI
Page Type Builder UI is a great plugin for synchronizing page types and page type classes. However, you may need to perform an assembly redirect to make PTB UI work with your specific PTB version.
<ItemGroup>
<!-- Additional project references here -->
<Reference Include="PageTypeBuilder, Version=1.3.1.0, Culture=neutral, PublicKeyToken=6fb8762af0e6dbed, processorArchitecture=MSIL" />
</ItemGroup>
Once the assembly redirect has been added you’ll be able to run Page Type Builder UI with Page Type Builder 1.3.1: