Commit Graph

173 Commits

Author SHA1 Message Date
Chris R b773229333 React to WebEncoders changes. 2015-10-30 11:49:04 -07:00
Pranav K 728eff1c4d Merge branch 'release' into dev 2015-10-28 12:51:22 -07:00
Pranav K 9bce0dae07 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Victor Hurdugaci 37f19b4789 Improve logging and add more messages 2015-10-23 15:28:46 -07:00
Pranav K 4310fa144b Switching to generations TFMs 2015-10-22 00:58:57 -07:00
Doug Bunting 50222a8614 Fix local build break 2015-10-12 13:04:41 -07:00
Doug Bunting 98496acffd React to aspnet/Universe#290 fix 2015-10-08 21:30:13 -07:00
Pranav K bd78523011 Replace NotNullAttribute with thrown exceptions 2015-10-06 17:06:27 -07:00
Pranav K 24bc91b958 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
N. Taylor Mullen 1033faadac Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:48 -07:00
Chris R c6477ad031 Fix unit tests on x-plat. 2015-09-29 12:48:15 -07:00
Pranav K 5576626d34 Merge branch 'release' into dev 2015-09-28 23:16:05 -07:00
Pranav K 6106ca8f97 Updating to release NuGet.config. 2015-09-28 23:16:03 -07:00
Ajay Bhargav Baaskaran d2ed54c33d Enabling NuGetPackageVerifier 2015-09-23 14:46:30 -07:00
Pranav K f81c238a59 Reacting to IChangeToken changes 2015-09-22 08:35:16 -07:00
N. Taylor Mullen 51fa3643fa Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:34 -07:00
Pranav K 8b3f1ece83 Adding NeutralResourcesLanguageAttribute 2015-09-10 18:35:41 -07:00
Chris R 916cb32e7e Use the new HttpContext.Features API. 2015-08-31 09:26:50 -07:00
N. Taylor Mullen a60188e10b Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:47:28 -07:00
N. Taylor Mullen 866998242b Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:38:27 -07:00
N. Taylor Mullen 332718f672 Update NuGet feed from v2 => v3. 2015-08-19 14:54:59 -07:00
Pranav K db793c4d48 Updating to aspnetlitedev. 2015-08-18 14:00:25 -07:00
Pranav K f754586b06 Merge branch 'release' into dev 2015-08-18 14:00:25 -07:00
Pranav K 8982b41640 Updating to aspnetliterelease. 2015-08-18 14:00:25 -07:00
Pranav K 35bdc80e50 Merge branch 'release' into dev 2015-08-17 14:49:18 -07:00
Pranav K 6706b60dee Updating to release NuGet.config. 2015-08-17 14:49:16 -07:00
Stephen Halter ed081461c9 React to Kestrel rename
aspnet/KestrelHttpServer#11
2015-08-12 12:04:14 -07:00
Kiran Challa 8874b64d2e Enable pinning build script 2015-08-12 05:47:09 -07:00
Pranav K 28d7543074 Merge branch 'release' into dev 2015-07-16 09:01:06 -07:00
Pranav K 9c36b2ae4d Updating to release NuGet.config 2015-07-16 09:01:02 -07:00
RehanSaeed 545fa9e70a Added MIME Types
Added the following MIME types which I have found to be missing:

.json - application/json (This one is pretty unbelievable)
.ttc - application/x-font-ttf
.webp - image/webp
.appcache - text/cache-manifest
.manifest - text/cache-manifest

Also the following MIME types need updating:

.ttf should be application/x-font-ttf and not application/octet-stream
2015-07-07 20:30:21 +01:00
Victor Hurdugaci 2981bb281b Add repository information to project files 2015-07-01 20:27:37 -07:00
Doug Bunting 445e046754 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:40:43 -07:00
Eilon Lipton 83577bc67b Merge pull request #62 from hishamco/dev
Fix AppVeyor token
2015-06-22 11:11:18 -07:00
Hisham Abdullah Bin Ateya 814a904ef3 Fix AppVeyor token 2015-06-22 21:08:19 +03:00
Eilon Lipton 1f788c48c1 Merge pull request #61 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 08:11:23 -07:00
Eilon Lipton bfb4d07aac Merge pull request #60 from hishamco/dev
Using 'nameof' operator instead of magic strings
2015-06-22 07:58:46 -07:00
Hisham Abdullah Bin Ateya 3b333a7845 Add AppVeyor, Travis build status 2015-06-20 22:24:17 +03:00
Hisham Abdullah Bin Ateya 3930ab639b Using 'nameof' operator instead of magic strings 2015-06-20 21:12:19 +03:00
Pranav K 864ee7f347 Merge branch 'release' into dev 2015-05-27 16:31:39 -07:00
Pranav K 8956f365aa Updating to release NuGet.config 2015-05-27 16:31:36 -07:00
Eilon Lipton 03aa1ee107 Merge pull request #58 from henkmollema/patch-1
Reference to ASP.NET 5 instead of vNext in README
2015-05-14 16:24:38 -07:00
Henk Mollema b4299f3a67 Reference to ASP.NET 5 instead of vNext in README 2015-05-13 17:08:38 +02:00
Eilon Lipton 8d2bc0d121 Update Home master -> Home dev 2015-05-12 11:48:23 -07:00
Chris R bd5700ea54 React to Http namespace changes. 2015-05-07 13:56:05 -07:00
Troy Dai 78ed1ce250 React to common package name change 2015-05-07 09:41:52 -07:00
Kiran Challa e009959220 React to Caching api changes 2015-05-04 14:45:43 -07:00
Eilon Lipton d936c2d424 Merge pull request #56 from hishamco/dev
Using 'nameof' operator instead of magic strings
2015-05-03 20:42:32 -07:00
Hisham Abdullah Bin Ateya 738c6ad0ff Using 'nameof' operator instead of magic strings 2015-05-03 13:57:45 +03:00
Eilon Lipton 3bef0fd817 Code cleanup (license headers, usings, whitspace) 2015-05-02 23:34:44 -07:00