The "VBTests" and "Tests" projects are not compiling
Looks like the Test projects need to be updated for the change to Credit Note Allocations. Not sure how to fix myself. See errors I am getting:
Error 2 Class 'StubIntegrationProxy' must implement 'Function ApplyAllocation(creditNote As Model.CreditNote, requestXml As String) As String' for interface 'Integration.IIntegrationProxy'. C:\UTC_Projects\XeroAPI.Net\source\XeroApi.VBTests\Stubs\StubIntegrationProxy.vb 6 16 XeroApi.VBTests
and
Error 1 'XeroApi.Tests.Stubs.StubIntegrationProxy' does not implement interface member 'XeroApi.Integration.IIntegrationProxy.ApplyAllocation(XeroApi.Model.CreditNote, string)' C:\UTC_Projects\XeroAPI.Net\source\XeroApi.Tests\Stubs\StubIntegrationProxy.cs 10 20 XeroApi.Tests