Click the "Select File" button above, and choose your NUSPEC file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert NUSPEC to another file type
To convert NUSPEC manifests to another format, you need NuGet or other Developer software.
Convert a file to NUSPEC
To convert other file formats to the "NuGet Package Manifest" file type, you need software like NuGet or a similar tool.
About NUSPEC files
A .nuspec file is an XML manifest that contains metadata used to build NuGet packages for the NET ecosystem. It stores critical package details such as the package ID, version, author, release notes, and framework dependencies. Developers use the NuGet CLI or tools like NuGet Package Explorer to read this file and compile the final NUPKG package.
The main disadvantage of a .nuspec file is its strict schema requirement. If the underlying XML has a single syntax error or is missing mandatory tags, the build process will fail. Furthermore, non-developers who simply want to read the package metadata might find the raw XML tags messy and hard to read. Converting the file to JSON makes the data easier to parse in modern web environments, while converting to plain TXT removes the markup for easier reading.
Because this is a specific configuration file tied to the NET build pipeline, standard online converters often misinterpret its purpose or fail to handle its custom schema. Since the underlying format is standard text, we can easily extract the contents for you.
Convert.Guru analyzes your NUSPEC file, detects the exact format, and lets you read the text inside.
If you want to convert NUSPEC file to CSPROJ, JS, TS, PY, JAVA, CPP, C, CS, PHP, RB, GO or RS, you can use NuGet or similar software from the "Package Metadata Manifest" category. In the File menu, look for Save As… or Export….
To convert SH, PY, KT, PS1, SWIFT, LUA, PL, JAVA, SCALA, JS, VBS or TS files to NUSPEC, try NuGet or another comparable tool in the "Package Metadata Manifest" category.
The NUSPEC Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our NUSPEC converter.