Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 557b631

Browse files
Frederic ForjanFrederic Forjan
Frederic Forjan
authored and
Frederic Forjan
committed
update with icons and readme
1 parent 3ce8f65 commit 557b631

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Nuget4Code [![Build status](https://travis-ci.org/fforjan/nuget4code.svg)](https://travis-ci.org/fforjan/nuget4code)
1+
2+
# ![Icon](icon.png) Nuget4Code [![Build status](https://travis-ci.org/fforjan/nuget4code.svg)](https://travis-ci.org/fforjan/nuget4code)
23

34
This is a simple extension to add and remove nuget packages to your project.json.
45

@@ -15,15 +16,18 @@ Also, instead of dogfood, I prefer to eat my own nuggets.. So here is nuget4code
1516
- Upgrade to latest
1617

1718
## Current limitation:
18-
- the repository is hard-coded to nuget.org.
19-
- It only support one project.json. If you have multiple, it will check if the active document is a project.json and use that one if required.
19+
- Only one repository which must be a gallery.
20+
- It only support one project.json. If you have multiple, it will check if the active document is a project.json and use that one if possible.
2021
- it only installs the latest version.
2122
- it doesn't take care of the dependencies
2223

23-
## Example :
24+
## Commands screenshot :
2425
![nuget remove and install commands](./resources/commands.png)
2526

2627
## Todo :
2728
- handle wrong cases better
2829
- add description for any picklist
2930
- support configuration (repository, number of items displayed...)
31+
32+
## Others
33+
Copyright : icon is coming from http://www.clker.com/clipart-15451.html

icon.png

6.12 KB
Loading

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "nuget4code",
33
"displayName": "Nuget4Code",
44
"description": "manage nuget packages within Visual Studio Code",
5+
"icon": "icon.png",
56
"license": "MIT",
67
"version": "0.0.2",
78
"repository": {

0 commit comments

Comments
 (0)