tonerdo / dotnet-env

A .NET library to load environment variables from .env files
MIT License
427 stars 50 forks source link

It's been over a year since 1.2.0 of nupkg #29

Closed kahlkevin closed 4 years ago

kahlkevin commented 5 years ago

It's been over a year since 1.2.0 of nupkg. Would be nice to have a new package release to the NuGet repositories. Can this been be anticipated soon?

rogusdev commented 5 years ago

Good point, I will bump after next PR is merged

jongio commented 4 years ago

The feature I need, RequireEnvFile, isn't in 1.2.0, which is what is on nuget. Can you push the latest to nuget please?

rogusdev commented 4 years ago

Sorry, yep, I'll do that this weekend!

jongio commented 4 years ago

Ping. Thanks!

rogusdev commented 4 years ago

Ping appreciated :) As you can see, I did attempt to do this over the weekend: https://github.com/tonerdo/dotnet-env/releases However, unfortunately, nuget has changed its requirements for the license association for a project and now I have to do a bunch of debugging to figure out what sorcery to use to appease these gods. If you have any advice, I would joyfully accept it.

rogusdev commented 4 years ago

Here is the PR for the change so you can help me out: https://github.com/tonerdo/dotnet-env/pull/31

rogusdev commented 4 years ago

Thank you very much for your patience and support of this project!! 1.3.1 is now released with all changes to date: https://www.nuget.org/packages/DotNetEnv/1.3.1

All PRs are merged or closed and the issues are clear now. I wonder what will arise next?... ;)

rogusdev commented 3 years ago

Version 2.0.0 is out! https://www.nuget.org/packages/DotNetEnv/2.0.0/