Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Prepare 1.0.4 and update latest patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 16, 2017
1 parent b9216a0 commit 568e115
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Razor.Runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
"version": "1.0.3",
"version": "1.0.4",
"buildOptions": {
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.0.3",
"Microsoft.AspNetCore.Razor": "1.0.3",
"Microsoft.AspNetCore.Razor": "1.0.4",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Razor.Test.Sources/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"shared": "*.cs",
"dependencies": {
"xunit.assert": "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Razor/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"version": "1.0.3",
"version": "1.0.4",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand Down Expand Up @@ -34,7 +34,7 @@
"System.Linq": "4.1.0",
"System.Resources.ResourceManager": "4.0.1",
"System.Runtime.Extensions": "4.1.0",
"System.Security.Cryptography.Algorithms": "4.2.0",
"System.Security.Cryptography.Algorithms": "4.2.1",
"System.Threading": "4.0.11",
"System.Threading.Thread": "4.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.3",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.4",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.3",
"version": "1.0.4",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Razor.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": "1.0.0",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Razor": "1.0.3",
"Microsoft.AspNetCore.Razor": "1.0.4",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.3",
"version": "1.0.4",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down

0 comments on commit 568e115

Please sign in to comment.