Remove authors section from product project.json

This commit is contained in:
Sergei Vorobev 2016-06-16 19:33:19 -07:00
parent 713d4072b3
commit 713ddfdf05
13 changed files with 0 additions and 16 deletions

View file

@ -1,10 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Diagnostics",
"version": "1.0.0-*",
"authors": [
"cchen",
"sevoroby"
],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",
"delaySign": true,

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Management",
"version": "1.0.0-*",
"authors": [ "garretts", "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.Commands.Utility",
"version": "1.0.0-*",
"authors": [ "garretts", "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -2,7 +2,6 @@
"name": "Microsoft.PowerShell.ConsoleHost",
"version": "1.0.0-*",
"description": "PowerShell Host",
"authors": [ "sevoroby", "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.CoreCLR.AssemblyLoadContext",
"version": "1.0.0-*",
"authors": [ "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.CoreCLR.Eventing",
"version": "1.0.0-*",
"authors": [ "sevoroby" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.LocalAccounts",
"version": "1.0.0-*",
"authors": [ "OPS" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.PSReadLine",
"version": "1.0.0-*",
"authors": [ "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "Microsoft.PowerShell.Security",
"version": "1.0.0-*",
"authors": [ "garretts", "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -1,7 +1,6 @@
{
"name": "System.Management.Automation",
"version": "1.0.0-*",
"authors": [ "garretts", "andschwa" ],
"buildOptions": {
"keyFile": "../signing/visualstudiopublic.snk",

View file

@ -2,7 +2,6 @@
"name": "System.Security.SecureString",
"version": "4.0.0-*",
"description": "SecureString Stub borrowed from Mono",
"authors": [ "garretts" ],
"buildOptions": {
"keyFile": "key.snk",

View file

@ -2,7 +2,6 @@
"name": "TypeCatalogGen",
"version": "1.0.0-*",
"description": "Generates CorePsTypeCatalog.cs given powershell.inc",
"authors": [ "andschwa" ],
"buildOptions": {
"emitEntryPoint": true

View file

@ -2,7 +2,6 @@
"name": "powershell",
"version": "1.0.0-*",
"description": ".NET CLI PowerShell app",
"authors": [ "andschwa" ],
"buildOptions": {
"warningsAsErrors": true,