N. Taylor Mullen
|
dd3bb685cb
|
Update LICENSE.txt and license header on files.
|
2015-05-01 14:04:48 -07:00 |
Brennan
|
51f9b9f6d2
|
React to interface package renames
|
2015-04-30 10:10:15 -07:00 |
Chris R
|
ceb21ee1e7
|
Remove redundant Http.Interfaces dependency.
|
2015-04-29 15:35:55 -07:00 |
tugberkugurlu
|
c48209acae
|
depend on Logging.Interfaces instead, fixes #50
|
2015-04-26 00:00:45 +01:00 |
Chris Ross
|
6ae3d90ad0
|
Handle changes in FileProviders.
|
2015-04-23 12:18:49 -07:00 |
Chris Ross
|
925d7d7828
|
Handle Http.Core rename.
|
2015-04-16 14:30:11 -07:00 |
N. Taylor Mullen
|
a6b98d050b
|
Update .travis.yml and appveyor.yml to build quietly.
|
2015-04-07 16:17:23 -07:00 |
N. Taylor Mullen
|
89ed014926
|
Merge branch 'release' into dev
|
2015-04-07 14:53:13 -07:00 |
N. Taylor Mullen
|
541a093e6d
|
Add serviceable attribute to projects.
aspnet/DNX#1600
|
2015-04-07 14:53:07 -07:00 |
Wei Wang
|
c1d5e21d2c
|
Fix AppVeyor git line ending config
|
2015-04-03 17:28:43 -07:00 |
Doug Bunting
|
299749a718
|
Merge remote-tracking branch 'origin/release' into dev
|
2015-04-03 12:15:43 -07:00 |
Doug Bunting
|
41d4ee4377
|
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
|
2015-04-02 13:49:30 -07:00 |
Troy Dai
|
837f5b3d02
|
Update global.json, sources=>projects
|
2015-04-02 09:20:40 -07:00 |
N. Taylor Mullen
|
caf59f5f49
|
Turn off sudo for .travis.yml.
|
2015-04-01 17:08:52 -07:00 |
N. Taylor Mullen
|
02ec77b9d0
|
Add travis and appveyor CI support.
|
2015-04-01 15:56:56 -07:00 |
suhasj
|
9f9f6e4bf3
|
Merge branch 'release' into dev
|
2015-03-25 11:47:50 -07:00 |
suhasj
|
012146e5a6
|
Updating to release NuGet.config
|
2015-03-25 11:47:48 -07:00 |
Wei Wang
|
0b8274e260
|
Remove k command and use dnx instead
|
2015-03-24 21:45:32 -07:00 |
Praburaj
|
8e57f8af64
|
Reacting to FileSystem changes
IFileInfo is readonly
|
2015-03-20 11:56:05 -07:00 |
Hao Kung
|
352edcd7fe
|
Remove configuration from AddDirectoryBrowser
|
2015-03-19 11:32:14 -07:00 |
Hao Kung
|
e7b0a76db9
|
React to hosting
|
2015-03-19 11:28:06 -07:00 |
Praburaj
|
e8d3fbf7bc
|
Using [NotNull] from common repo package
|
2015-03-14 07:44:02 -07:00 |
N. Taylor Mullen
|
f3df66cfea
|
Update xunit.runner.kre => xunit.runner.aspnet.
|
2015-03-12 17:22:37 -07:00 |
Doug Bunting
|
5e34ecdd04
|
Do not use deprecated `dnvm -x86` switch
|
2015-03-11 16:58:34 -07:00 |
N. Taylor Mullen
|
b72d737605
|
Update .kproj => .xproj.
|
2015-03-11 14:07:06 -07:00 |
Praburaj
|
a7a6242a17
|
Renaming Nuget.org feed key name to Nuget.
fixes https://github.com/aspnet/Universe/issues/174
|
2015-03-10 11:46:30 -07:00 |
Praburaj
|
894a14b8c3
|
Moving the sendfile httpresponse extensions to Microsoft.AspNet.Http.Extensions package
Addresses: https://github.com/aspnet/HttpAbstractions/issues/221
|
2015-03-09 15:14:25 -07:00 |
N. Taylor Mullen
|
0821a12268
|
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
|
2015-03-09 13:00:41 -07:00 |
N. Taylor Mullen
|
adfcf27927
|
Update build.sh to use dnvm correctly.
|
2015-03-08 12:59:25 -07:00 |
N. Taylor Mullen
|
f6756a1006
|
Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm.
|
2015-03-08 12:59:25 -07:00 |
N. Taylor Mullen
|
37fc292409
|
Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx.
|
2015-03-08 12:59:24 -07:00 |
N. Taylor Mullen
|
63c033f736
|
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
|
2015-03-08 12:59:24 -07:00 |
Brennan
|
e738bd467d
|
Logging.Testing namespace change
|
2015-03-06 09:49:07 -08:00 |
Praburaj
|
d6f3c05281
|
Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
|
2015-03-05 16:32:09 -08:00 |
Brennan
|
ddd369f7d9
|
Logging API changes
|
2015-03-04 17:12:48 -08:00 |
Levi B
|
e9fb79a4fb
|
React to rename: AddEncoders -> AddWebEncoders
|
2015-02-27 14:48:13 -08:00 |
Brennan
|
3260787f2b
|
NullLogger moved location
|
2015-02-26 18:16:37 -08:00 |
Levi B
|
bf41335689
|
React to dependent package renaming
|
2015-02-23 14:26:35 -08:00 |
Praburaj
|
62036bf74b
|
Using IHtmlEncode to encode content
Fixes: https://github.com/aspnet/StaticFiles/issues/29
|
2015-02-20 13:17:09 -08:00 |
Wei Wang
|
bd9ced4b10
|
Add project.lock.json to .gitignore
|
2015-02-16 14:06:29 -08:00 |
Praburaj
|
d16a73cc05
|
Adding woff2 MIME type
Fixes : https://github.com/aspnet/StaticFiles/issues/28
|
2015-02-13 15:03:16 -08:00 |
David Fowler
|
0354345c9c
|
Removed build time deps and fixed dependencies
|
2015-02-10 10:50:41 -08:00 |
Brennan
|
51b80f660e
|
Updating .kproj file
|
2015-02-04 14:27:26 -08:00 |
Wei Wang
|
8e0b8cdab0
|
Merge remote-tracking branch 'origin/release' into dev
|
2015-01-29 16:59:22 -08:00 |
Wei Wang
|
a7a1f97e7a
|
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
|
2015-01-28 18:42:20 -08:00 |
Wei Wang
|
e03bf7557a
|
Update build.cmd and build.sh to use kvm
|
2015-01-28 18:42:04 -08:00 |
Suhas Joshi
|
c5c58240ce
|
Merge branch 'release' into dev
|
2015-01-21 15:55:08 -08:00 |
Suhas Joshi
|
b54f2f2423
|
Updating to release NuGet.config
|
2015-01-21 15:55:06 -08:00 |
Wei Wang
|
fbc35f8c52
|
Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL
|
2015-01-20 18:38:40 -08:00 |
Chris Ross
|
96835bd761
|
Handle IFileSystem rename.
|
2015-01-20 08:58:41 -08:00 |