Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:19:11 -08:00
parent e738b5ca7b
commit c746fd81df
6 changed files with 24 additions and 20 deletions

View File

@ -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", "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.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -24,22 +24,24 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Html.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Razor": "1.1.0-*", "Microsoft.AspNetCore.Razor": {
"target": "project"
},
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": { "Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"shared": "*.cs", "shared": "*.cs",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.1-*",

View File

@ -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.", "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.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"description": "Builds Razor pages for views in a project. For internal use only.", "description": "Builds Razor pages for views in a project. For internal use only.",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -7,7 +7,9 @@
"outputName": "dotnet-razorpagegenerator" "outputName": "dotnet-razorpagegenerator"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor": "1.1.0-*", "Microsoft.AspNetCore.Razor": {
"target": "project"
},
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"

View File

@ -6,13 +6,13 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*", "Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*", "Microsoft.Extensions.WebEncoders": "1.2.0-*",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },

View File

@ -2,13 +2,13 @@
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor": "1.1.0-*", "Microsoft.AspNetCore.Razor": "1.2.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*", "Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"