https://github.com/cqse/bummer
Library to parse PDB files and output method mappings
https://github.com/cqse/bummer
Last synced: about 2 months ago
JSON representation
Library to parse PDB files and output method mappings
- Host: GitHub
- URL: https://github.com/cqse/bummer
- Owner: cqse
- License: apache-2.0
- Created: 2018-12-12T09:33:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T19:52:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T10:11:57.411Z (3 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bummer
## Contributing
Please create an issue and a pull request.
## Building
```sh
dotnet build
```## Publishing
Increment the version number in the `.csproj` file.
```sh
dotnet pack -c Release
dotnet nuget push bin/Release/Cqse.Bummer.*.nupkg -k -s https://api.nuget.org/v3/index.json
```