Skip to content

Commit 9777b94

Browse files
committed
Use 64x64 ReactJS.NET logo for NuGet packages. Closes #321
1 parent 6957f6b commit 9777b94

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

site/jekyll/img/logo_64.png

968 Bytes
Loading

src/Cassette.React/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616

1717
"packOptions": {
18-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
18+
"iconUrl": "http://reactjs.net/img/logo_64.png",
1919
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2020
"owners": [ "Daniel Lo Nigro" ],
2121
"projectUrl": "http://reactjs.net/",

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packOptions": {
88
"owners": [ "Daniel Lo Nigro" ],
99
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
10-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
10+
"iconUrl": "http://reactjs.net/img/logo_64.png",
1111
"tags": [ "asp.net", "mvc", "asp", "javascript", "js", "react", "facebook", "reactjs", "vnext", "asp.net 5" ],
1212
"projectUrl": "http://reactjs.net/"
1313
},

src/React.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525

2626
"packOptions": {
27-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
27+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2828
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2929
"owners": [ "Daniel Lo Nigro" ],
3030
"projectUrl": "http://reactjs.net/",

src/React.MSBuild/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Content"
2323
]
2424
},
25-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
25+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2626
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2727
"owners": [ "Daniel Lo Nigro" ],
2828
"projectUrl": "http://reactjs.net/",

src/React.Owin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020

2121
"packOptions": {
22-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
22+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2323
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2424
"owners": [ "Daniel Lo Nigro" ],
2525
"projectUrl": "http://reactjs.net/",

src/React.Web.Mvc4/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Content"
2424
]
2525
},
26-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
26+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2727
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2828
"owners": [ "Daniel Lo Nigro" ],
2929
"projectUrl": "http://reactjs.net/",

src/React.Web/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Content"
2222
]
2323
},
24-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
24+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2525
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2626
"owners": [ "Daniel Lo Nigro" ],
2727
"projectUrl": "http://reactjs.net/",

src/System.Web.Optimization.React/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"readme.txt"
2222
]
2323
},
24-
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
24+
"iconUrl": "http://reactjs.net/img/logo_64.png",
2525
"licenseUrl": "https://github.com/reactjs/React.NET#licence",
2626
"owners": [ "Daniel Lo Nigro" ],
2727
"projectUrl": "http://reactjs.net/",

0 commit comments

Comments
 (0)