File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ optional arguments:
2020 -v, --version show program's version number and exit
2121 -r, --recursive Scan paths recursively
2222
23- getnetguids v1.1 .0 by Brian Wallace (@botnet_hunter)
23+ getnetguids v1.2 .0 by Brian Wallace (@botnet_hunter)
2424
2525```
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def get_assembly_guids(assembly_path):
168168if __name__ == "__main__" :
169169 from argparse import ArgumentParser
170170
171- version = "1.1 .0"
171+ version = "1.2 .0"
172172
173173 parser = ArgumentParser (
174174 prog = __file__ ,
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = 'getnetguids' ,
6- version = '1.1 .0' ,
6+ version = '1.2 .0' ,
77 description = 'Extracts Typelib IDs and MVIDs from .NET assemblies.' ,
88 author = 'Brian Wallace' ,
99 url = 'https://github.com/bwall/getnetguids' ,
You can’t perform that action at this time.
0 commit comments