Skip to content

Trovarius/simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple.Net Framework

This repository contains the source code for Simple.Net Framework project.

Development environemnt

Requirements

  • .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)

Running Tests

  • Run build.cmd
  • Press ENTER

Alternatively, you may run “msbuild build.xml” at command line. Same result.

Packaging modifications

  • Run build.cmd
  • Type ‘Package’
  • Press ENTER

The redistributable packages will be located at the ‘pkg’ folder.

Versioning Conventions

Every version is composed of two main parts:

  1. The Simple version (major.minor)
  2. 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:

codebetter.teamcity.com (1)

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.

Living Consultoria internal builds (2)

The number 2 is reserved for Living Consultoria to publish their own builds.

NHibernate version

To change Simple.Net NHibernate, please use the NHibernate fork located at

https://github.com/juanplopes/nhibernate

About

.Net Business Application Framework inspired by Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published