I'm using EWS in my Exchange management application and have been using Nuget to reference Microsoft.Exchange.WebServices.dll from Nuget package id EWS.x64. The version that comes down via the Nuget pacakge is 14.3.32.0. However, I see
that EWS 1.2.1 is now available and have downloaded it manually. It looks like the assembly is now marked with 14.3.67.1. When will this later version be reflected in the Nuget package?
Also -- is there some reason that the NuGet package is a
solution level package? You can't add the assembly to the solutions projects via NuGet directly. After you install the package you have to reference the assembly (i.e. Microsoft.Exchange.WebServices.dll) from the solution's packages folder.