https://github.com/arcadia-unity/nugetassetparser
Utility to extract a list of assets from Nuget project.assets.json files
https://github.com/arcadia-unity/nugetassetparser
Last synced: 10 months ago
JSON representation
Utility to extract a list of assets from Nuget project.assets.json files
- Host: GitHub
- URL: https://github.com/arcadia-unity/nugetassetparser
- Owner: arcadia-unity
- Created: 2018-11-12T22:31:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T20:41:12.000Z (over 7 years ago)
- Last Synced: 2025-02-21T09:33:26.350Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NuGet Asset Parser
==================
Utility to extract a list of assets from Nuget project.assets.json files
Avoids taking on a dependency to `Newtonsoft.Json` in Arcadia
Usage
-----
```
$ mono NugetAssetParser.exe project.assets.json 4.6
lazydata/0.3.2/content/clojure
lazydata/0.3.2/lib/net46/LazyData.dll
lazydata/0.3.2/lib/net46/LazyData.dll
lazydata.json/0.3.2/content/clojure
lazydata.json/0.3.2/lib/net46/LazyData.Json.dll
lazydata.json/0.3.2/lib/net46/LazyData.Json.dll
lazydata.yaml/0.3.2/content/clojure
lazydata.yaml/0.3.2/lib/net46/LazyData.Yaml.dll
lazydata.yaml/0.3.2/lib/net46/LazyData.Yaml.dll
mongodb.bson/2.7.0/content/clojure
mongodb.bson/2.7.0/lib/net45/MongoDB.Bson.dll
mongodb.bson/2.7.0/lib/net45/MongoDB.Bson.dll
nasser.flumbo/1.0.0/content/clojure
newtonsoft.json/8.0.3/content/clojure
newtonsoft.json/8.0.3/lib/net45/Newtonsoft.Json.dll
newtonsoft.json/8.0.3/lib/net45/Newtonsoft.Json.dll
yamldotnet/5.0.1/content/clojure
yamldotnet/5.0.1/lib/net45/YamlDotNet.dll
yamldotnet/5.0.1/lib/net45/YamlDotNet.dll
```
Legal
-----
Copyright © 2018 Tims Gardner and Ramsey Nasser
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at
```
http://www.apache.org/licenses/LICENSE-2.0
```
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.