Nate McMaster
86e94d7812
Update how PackageReference versions are set
...
Changes:
- Remove floating versions
- Disable myget feeds during a Universe build
- Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:10:58 -07:00
Steve Sanderson
94fc84a9b4
Add simpler prerendering API. Fixes #607
2017-07-03 14:07:28 +01:00
Steve Sanderson
045c05fc88
Update samples to target both netcoreapp2.0 and net461
2017-06-07 14:58:49 +01:00
Steve Sanderson
ad645cbfe9
Remove build reference cycle caused by samples
2017-05-19 15:35:24 +01:00
Steve Sanderson
33cc640942
Remove obsolete 1.x APIs
2017-05-18 14:17:29 +01:00
Steve Sanderson
244deca019
Update libraries and samples to .NET Core 2.0
2017-05-18 13:45:13 +01:00
Nate McMaster
3058c050bb
Unify dependency versions across all non-template projects
2017-03-01 09:28:11 +00:00
Steve Sanderson
a79bc75671
Migrate to csproj ( #703 )
...
Migrate to csproj
2017-02-28 09:17:35 +00:00
Steve Sanderson
627ea78e72
Replace image resizing sample with chartist sample
2017-02-22 13:27:18 +00:00
SteveSandersonMS
31d8eb69a7
Updated all 'misc' samples to 1.1.0 dependencies (and to TypeScript 2 for the Webpack sample)
2016-11-29 16:36:05 +00:00
SteveSandersonMS
4fb3b18868
Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic
2016-07-06 18:23:25 +01:00
SteveSandersonMS
a986f8d2cc
Update 'samples' projects for .NET Core 1.0 RTM
2016-06-28 11:37:37 +01:00
SteveSandersonMS
7af64a8944
Tidy up image resizing example
2016-06-07 17:46:42 +01:00
SteveSandersonMS
e58a4e4015
Tidy up image credits
2016-06-07 17:16:27 +01:00
SteveSandersonMS
967edd2b2a
Support streamed response from HttpNodeInstance
2016-06-07 16:49:40 +01:00
SteveSandersonMS
3440aa4344
Switch image resizing example from 'jimp' to 'sharp' because it's far faster
2016-06-07 16:06:15 +01:00
SteveSandersonMS
3e82d94f1c
Add image resizing example. Currently used base64 encoded data transfer and the 'jimp' module, neither of which are fast. Will replace these shortly.
2016-06-07 15:55:06 +01:00
SteveSandersonMS
8dbd143857
Move ES2015 example into a subpage of the NodeServicesExamples sample
2016-06-07 14:31:23 +01:00
SteveSandersonMS
facc2c6d08
Rename ES2015Transpilation sample to NodeServicesExamples (because will be adding some more examples here)
2016-06-07 14:20:43 +01:00