Skip to content

Commit

Permalink
chore: switch from myget to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Jul 27, 2023
1 parent 3209017 commit a5cf61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -36,9 +36,9 @@ tbc will probably always have rough edges/require 'hard work' because an officia

# how to use

1. install a tbc 'host' e.g. `tbc.host.console`: `dotnet tool install -g tbc.console --add-source https://myget.org/F/rdavisau/api/v3/index.json`
1. install a tbc 'host' e.g. `tbc.host.console`: `dotnet tool install -g tbc.console`

2. add the tbc 'target' package to your reloadable app, for now it's a prerelease on MyGet (`tbc.target` in https://www.myget.org/F/rdavisau/api/v3/index.json)
2. add the tbc 'target' package to your reloadable app (`tbc.target`)

3. provide an implementation of `IReloadManager` (tip: derive from `ReloadManagerBase`)
- implement `ProcessNewAssembly` to integrate new types and perform any reload/navigation/recall of changed classes
Expand Down

0 comments on commit a5cf61e

Please sign in to comment.