Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnelson/keysexportviewer
Viewer for MSDN's KeysExport.xml file
https://github.com/rnelson/keysexportviewer
Last synced: 2 months ago
JSON representation
Viewer for MSDN's KeysExport.xml file
- Host: GitHub
- URL: https://github.com/rnelson/keysexportviewer
- Owner: rnelson
- License: mit
- Created: 2013-07-24T13:23:17.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T22:06:06.000Z (over 1 year ago)
- Last Synced: 2023-07-09T23:19:35.371Z (over 1 year ago)
- Language: C#
- Size: 65.4 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KeysExport Viewer
=================About
-----
KeysExport Viewer is a viewer for the `KeysExport.xml` file available to MSDN
subscribers. This file contains all of the serial numbers that they have
generated or that have been generated for
them.It's very easy to download new versions of this file, but I'd rather not
have to read through a bunch of XML if I'm trying to grab the right key to
use on an install. At the time I created this project, this was also a
great way to learn some new-to-me .NET development.A huge thank you to [all those who have contributed](https://github.com/rnelson/KeysExportViewer/blob/main/CONTRIBUTORS.md)
to the project, helping keep it alive and useful to developers.Features
--------
* Displays each serial number for product keys
* Displays HTML data where present in place of serial numbers
* Allows you to filter the list, showing just the entries you are looking forRequirements
------------
* .NET 6
* Windows (see [#5](https://github.com/rnelson/KeysExportViewer/issues/5))Future Goals
------------
Want to help out? Check out the [open issues](https://github.com/rnelson/KeysExportViewer/issues?q=is%3Aopen)!License
-------
This program is licensed under the [MIT license][license].[license]: https://rnelson.mit-license.org/