This repository contains the source code for Simple.Net Framework project.
- .NET Framework 3.5
- Windows SDK 6.0A or greater (comes with Visual Studio, but you can download separately)
- Have .NET framework 3.5 folder on path (because of MSBuild)
- Run build.cmd
- Press ENTER
Alternatively, you may run “msbuild build.xml” at command line. Same result.
- Run build.cmd
- Type ‘Package’
- Press ENTER
The redistributable packages will be located at the ‘pkg’ folder.
Every version is composed of two main parts:
- The Simple version (major.minor)
- The build version (runner.build)
Every known runner will have one ID. We assume your private builds will have ID equals to zero. So, every build you do in your own PC will be labelled like 3.1.0.XXX (where XXX is the number of days from the first Simple.Net commit – hard coded).
Other runners will have their own logic of filling the XXX part. The known runners are:
The main Simple.Net build agent. Will have a build labelled like 3.1.1.XXX where XXX is the unique build counter it assigns to every build.
You can find the build status here.
The number 2 is reserved for Living Consultoria to publish their own builds.