Thanks Jake and Randy, I was able to pull the new 0.9.2 package from Nuget and build it into my project.
Things I noticed: * This new package doesn't come up when you search 'Thrift' in Nuget but the previous old version does. * The thrift.exe compiler isn't packaged in this as it was in the previous. (So, you have to grab the pre-compiled thrift.exe from the website) * It's a different 'created by' then the previous package. Before it was 'The Apache Software Foundation' vs 'Apache Thrift Developers' Thank you again for the fast turn around. On Tue, Feb 10, 2015 at 4:36 PM, Randy Abernethy <[email protected]> wrote: > Hey Joeseph, > > Nuget was just updated with the latest release: > > PM> Install-Package ApacheThrift > Installing 'ApacheThrift 0.9.2'. > Successfully installed 'ApacheThrift 0.9.2'. > > Best, > Randy > > > On Tue, Feb 10, 2015 at 1:18 PM, Jake Farrell <[email protected]> wrote: > > Hey Joseph > > there is a pre-build lib at [1] and looking into whats needed to add the > Nuget > > steps as part of the release process > > > > -Jake > > > > [1]: http://people.apache.org/~jfarrell/thrift/0.9.2/lib/csharp/ > > > > On Tue, Feb 10, 2015 at 2:36 PM, Joseph Fradley <[email protected] > > > > wrote: > > > >> Hello, > >> > >> I'm trying to find Thrift v0.9.2 in Nuget but only see the previous > 0.9.1.3 > >> version. Are there any plans to put this in nuget soon? If not, are > there > >> official pre-built binaries somewhere? Thank you. > >> > >> Joe > >> >
