Skip to content

Gabriel-Barrios/mediator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediator library

Verify local Nuget Source Feed

This is optional Make sure you have a local Nuget Package feed to publish, e.g.:

dotnet nuget list source
dotnet nuget add source "C:\Nuget\LocalFeed" -n local 

Build and Create package

dotnet pack -c Release

Publish Package

This is assuming you're building from solution path

dotnet nuget push .\Mediator\bin\Release\Mediator.1.0.0.nupkg -s local

About

Simple mediator handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages