Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-05-06 14:09:42 -07:00
commit c3dc279642
4 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@
var VERSION='0.1'
var FULL_VERSION='0.1'
var AUTHORS='Microsoft Open Technologies, Inc.'
-BuildQuality = "";
use-standard-lifecycle
k-standard-goals

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview2-*",
"buildOptions": {
"emitEntryPoint": true,
"warningsAsErrors": true,

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc3-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View File

@ -1,11 +1,11 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
"emitEntryPoint": true,
"compile": {
"include": "../TestSites/Startup*.cs"
}
},
"compile": [
"../TestSites/Startup*.cs"
],
"publishOptions": {
"include": [
"web.config"