Commit Graph

503 Commits

Author SHA1 Message Date
Nate McMaster 44973b77df
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:48:04 -07:00
Nate McMaster 91d97c7f14
Reverting version from 2.1.2 back to 2.1.1
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:27 -07:00
Nate McMaster 7803b6ba25
Bumping version from 2.1.1 to 2.1.2 2018-06-27 13:39:44 -07:00
Ryan Brandenburg 5bed1972fe Set 2.1 baselines 2018-06-13 15:47:53 -07:00
ASP.NET CI b40fa1bdfb Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:14:57 +00:00
Nate McMaster a3667dab27
Bumping version from 2.1.0 to 2.1.1 2018-06-05 09:11:30 -07:00
ASP.NET CI 2ca2677388 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:33:14 -07:00
ASP.NET CI 8851048872 Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:30:06 -07:00
Nate McMaster (automated) 1609514afe
Bump version to 2.1.0-rtm 2018-04-30 14:51:38 -07:00
ASP.NET CI 03228f3b30 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:16:59 -07:00
Nate McMaster a0c62afacd
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:31:59 -07:00
Ryan Brandenburg ba3cf559bd Branching for 2.1.0-rc1 2018-04-16 16:55:36 -07:00
Ryan Brandenburg 3c40b9efd2 Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease21IntoDev 2018-04-16 14:24:13 -07:00
ASP.NET CI a563e6e966 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:04:03 -07:00
Nate McMaster faf2f3f065
Attempt to workaround issues with File.Move on NFS file shares (aspnet/Home#2941) 2018-04-13 15:08:28 -07:00
Nate McMaster 49bc8ba1fa
Ensure experimental package version is 0.4.0-preview3-final, not 0.4.0-preview4-buildnumber-final 2018-04-06 12:31:03 -07:00
ASP.NET CI a89fa5c820 Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:20:55 +00:00
Nate McMaster (automated) db71d243d5
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 10:38:46 -07:00
ASP.NET CI 8a566172eb Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:33:36 -07:00
Ryan Brandenburg 5e9dd7a5fc Set 2.0 baselines 2018-03-19 10:10:50 -07:00
Pranav K 897ece74d2
Merge branch 'release/2.1' into dev 2018-03-16 12:28:33 -07:00
Pranav K f5e790298a
Update KoreBuild channel 2018-03-16 12:28:29 -07:00
Pranav K ed46a4c64f
Update version prefix to preview3 2018-03-16 11:25:40 -07:00
Pranav K 673054e1fd
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-16 11:25:40 -07:00
Pranav K 514bc00947
Branching for 2.1.0-preview2 2018-03-16 11:13:47 -07:00
ASP.NET CI 8a42c24f46 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 12:55:33 -08:00
Pranav K fe447472c5
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:03:04 -08:00
Pranav K b5d672cd48
Use dotnet-core feed in repos 2018-03-06 10:03:04 -08:00
Nate McMaster e552b5861a
Switch default implementation of Pbkdf2 on Linux/macOS to Rfc2898DeriveBytes (#301)
Requires adding .NET Core 2.0 target framework to the package because only SHA1 is supported in .NET Standard 2.0
2018-03-06 09:31:03 -08:00
ASP.NET CI 0ec64af67c Update dependencies.props
[auto-updated: dependencies]
2018-03-04 12:11:40 -08:00
Nate McMaster 19c38d0af0
Merge branch 'release/2.1' into dev 2018-03-02 13:57:53 -08:00
ASP.NET CI 68bff8e05e Update dependencies.props
[auto-updated: dependencies]
2018-02-26 10:56:57 -08:00
Nate McMaster 70dcbf6ed6
Add UnprotectKeysWithAnyCertificate 2018-02-22 08:50:03 -08:00
Pranav K 3d30ea8249 Use FeatureBranchVersionSuffix when generating VersionSuffix 2018-02-21 18:26:52 -08:00
ASP.NET CI 4a9debcea8 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:13:17 -08:00
Nate McMaster eea8c1a146
Support decrypting keys with X509Certificate that is not in the X509Store
The default implementation of EncryptedXml doesn't support using the RSA
key from X509Certificate to decrypt xml unless that cert is in the X509
CurrentUser\My or Localmachine\My store. This adds support for
decrypting with the X509Certificate directly. This is useful for Linux
(often Docker) scenarios, where the user already has a .pfx file, but
may not have added it to X509Store.
2018-02-16 12:11:20 -08:00
Nate McMaster e2373fc4a5 Upgrade dependencies and build tools 2018-02-14 16:45:43 -08:00
Ryan Brandenburg a6165304b3 Add ExperimentalPackageVersion 2018-02-14 12:48:27 -08:00
ASP.NET CI 99165207bb Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:18:18 -08:00
ASP.NET CI a178c8c5af Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:36:57 -08:00
PRIYANSHU AGRAWAL 5aa3529dcb Merge PR #297 - minor code cleanup - remove duplicate allocation of DateTimeOffset 2018-02-06 08:18:12 -08:00
ASP.NET CI d0dea3ca5f Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:39:43 +00:00
ASP.NET CI 5c53031d9b Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:00:51 +00:00
Nate McMaster 2323298667 Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:10 -08:00
Pranav K dadc853efd Updating version to preview2 2018-01-24 15:00:26 -08:00
Pranav K 97a74f2907 Merge branch 'release/2.1' into dev 2018-01-23 15:48:38 -08:00
Pranav K 5ca8d3131f Branching for 2.1.0-preview1 2018-01-23 15:30:30 -08:00
Pavel Krymets f8192fd63c
Workaround corefx/26390 (#295) 2018-01-17 10:39:07 -08:00
ASP.NET CI 980ba44531 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:15:25 -08:00
ASP.NET CI eca8f9b654 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 00:43:48 +00:00