Skip to content

Commit

Permalink
Implement #688
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Apr 9, 2016
1 parent 3883cfc commit c10251d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILSpy.AddIn/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompile

MIT license:

Copyright (c) 2011-2014 AlphaSierraPapa for the SharpDevelop team
Copyright (c) 2011-2016 AlphaSierraPapa for the SharpDevelop team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 5 additions & 1 deletion ILSpy.AddIn/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="a9120dbe-164a-4891-842f-fb7829273838">
<Name>ILSpy</Name>
<Author>IC#Code</Author>
<Version>1.3</Version>
<Version>1.4</Version>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<Icon>ILSpy-Large.ico</Icon>
<License>license.txt</License>
Expand All @@ -24,6 +24,10 @@
<VisualStudio Version="14.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="15.0">
<Edition>Pro</Edition>
<Edition>Community</Edition>
</VisualStudio>
</SupportedProducts>
</Identifier>
<Content>
Expand Down

0 comments on commit c10251d

Please sign in to comment.