DBison is a modern solution to administrate your databases and creating and executing SQL queries.
- Visit Releases
- Download the newest version
- Execute the
DBison.Setup.msi
- Create a .NET 8 class library
- Add the
DBison.Plugindll as reference - Create a class that inherits from
IConnectParsingPlugin - Implement the missing methods
- Build the solution
- Place the
dllfile into the self-chosen plugin path (choosable in the settings underPlugins)
In order to download necessary tools, clone the repository and install the dependencies via NuGet, you need network access.
You'll need the following tools:
In order to work with the setup you'll need the following extension:
- Navigate to the repository
- Open
DBison.sln - Build the solution
git clone https://github.com/SirRacoozy/DBison.gitcd DBisondotnet build DBison.sln
- Navigate to the repository
- Open
DBison.sln - Increment each version number of each project
- Build the
DBison.WPFas release - Publish
DBison.WPFwith- Target location
bin\Release\net8.0-windows\publish\ - Configuration
Release - Target Framework
net8.0-windows - Target Runtime
win-x64
- Target location
- Open
DBison.Setup.sln - While having the
DBison.Setupproject selected open the properties window and change theVersionfield - Build
DBison.SetupasRelease
This software uses the following nuget packages:
