Fable bindings for react-transition-group
https://toburger.github.io/Fable.ReactTransitionGroup/
Host your nuget API key inside a NUGET_KEY environnement variable, it will allow us to access it from CLI.
- Update the version in the *.fsproj file
- Run
dotnet pack ./src -c Release - Run
dotnet nuget push .\src\bin\Release\Fable.ReactTransitionGroup.<version>.nupkg -s nuget.org -k <nuget_key>
Make sure to replace <version> with the version you want to publish
<nuget_key> is your Nuget API key you can access it like that:
- From cmd:
%NUGET_KEY% - From cmd:
$env:NUGET_KEY - From bash:
$NUGET_KEY