AlexPoint / SubtitlesParser

Multi formats subtitles parser in C#
MIT License
134 stars 40 forks source link

Package is not available on Nuget #6

Closed andreencar closed 5 years ago

andreencar commented 7 years ago

Hey, I was trying to install your library but apparently, it does not appear on Nuget... Is there any reason why?

AlexPoint commented 7 years ago

What you describe is weird. I can see it on nuget: https://www.nuget.org/packages/SubtitlesParser/ Do you have troubles downloading the package?

markwalsh-liverpool commented 7 years ago

It is available on my Nuget feed.

Anduin2017 commented 5 years ago

Ths nuget version seems to be very old and not the .NET standard build.

AlexPoint commented 5 years ago

Indeed, the nuget version does not include your last pull request with the .NET standard build. I will need some time to reinstall everything and push the updated nuget package.

Anduin2017 commented 5 years ago

Hi @AlexPoint . You only need to install one thing, the latest .NET Core SDK from here. It only requires about 300MB space.

After installing it, try execute the following command on the root folder of this project:

$ dotnet pack -c Release

And you will find the built package here.

/bin/Release/Yourpackage.nupkg

Please upload it here.

Untitled

And we all can download and use it.

Thank you very much for uploading that!

AlexPoint commented 5 years ago

Thanks for the instructions @Anduin2017! It was very helpful since I haven't touched nuget and VS for quite some time now. SubtitlesParser 1.4.8 is now available on nuget with your latest contributions: https://www.nuget.org/packages/SubtitlesParser/ Please confirm that everything works as expected and enjoy.