Simple winforms application which serves an UI to use Novadrop CLI
- DataCenter pack / unpack / validate / verify UI
- Resources pack / unpack UI
- Schemas generation UI
- Compiled binaries of Novadrop
- .Net SDK 9
Recommended: Precompiled Novadrop binaries
Folders must follow this structure, place the binaries and their corresponding dlls into their respective folders.
novadrop\
├── dc
└── rc
The app automatically generates a DataCenter.xml file to persist certain configurations. You can also add more branches by following this structure.
BranchName Text="Branch Name" Value="KEY,IV"
Ex BranchName Text="100.02 EUR" Value="1C01C904FF76FF06C211187E197B5716,396C342C52A0C12D511DD0209F90CA7D"
This app doesn't replace or perform the functionality of Novadrop, it simply facilitates its use.