mamift / LinqToXsdCore

LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
Microsoft Public License
43 stars 15 forks source link

Publish a Nuget package #1

Closed kayoub5 closed 5 years ago

kayoub5 commented 5 years ago

I am very much interested in using this project but I don't seem to be able to find a nuget package for it.

mamift commented 5 years ago

Hello, yes that is my plan to eventually do that. I believe I can be able to do that within the next two weeks (sometime before the end of May 2019).

I am using it a lot for work purposes (dealing with some legacy XSD/XML stuff), so I hope to share my work via Nuget where it will be useful for a wider audience.

mamift commented 5 years ago

https://www.nuget.org/packages/LinqToXsdCore/3.0.0.1-beta

kayoub5 commented 5 years ago

@mamift nice!

mamift commented 5 years ago

Hey, I just published https://www.nuget.org/packages/LinqToXsdCore/3.0.0.3-beta, which will allow you to use the CLI as a dotnet tool (see https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create). This should (hopefully) allow it to work in VS2015, 2017, 2019.

Should be installable via: dotnet tool install LinqToXsdCore --version 3.0.0.3-beta -g