Skip to content

Commit

Permalink
AU: 1 updated - ilspy
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitHub Actions Bot committed Nov 10, 2024
1 parent 65f0c88 commit 0bb904a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
39 changes: 37 additions & 2 deletions ilspy/ilspy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ilspy</id>
<version>9.0.0-preview2</version>
<version>9.0.0-preview3</version>
<title>ILSpy</title>
<authors>SharpDevelop Team</authors>
<owners>dtgm,Thilas</owners>
Expand All @@ -24,7 +24,42 @@
* Check out the [language support status](https://github.com/icsharpcode/ILSpy/issues/829)
]]></description>
<summary>ILSpy is the open-source .NET assembly browser and decompiler.</summary>
<releaseNotes>[Releases](https://github.com/icsharpcode/ILSpy/releases)</releaseNotes>
<releaseNotes><![CDATA[[Releases](https://github.com/icsharpcode/ILSpy/releases)
ILSpy 9.x is based on .NET 8.0. All artifacts **except** the self-contained distribution are built framework-dependent, which means [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) must be installed prior to starting ILSpy.
# Breaking Changes in `ICSharpCode.Decompiler`
* Remove `IsRef`, `IsOut` and `IsIn` flags from `IParameter`
* Replace `ParameterModifiers` with `ReferenceKind`.
# New Language Features
* Update pattern detection to Roslyn 4.11.0
* Support types that provide DisposeAsync without implementing IAsyncDisposable.
* Add support for C# 12 primary constructors.
* Add support for C# 12 'ref readonly' parameters
# Contributions
* Add smooth scrolling to settings panels and DecompilerTextView (see #3244 by @tom-englert)
* Decompiler Settings: Checkbox in group header does not reflect state of the group (see #3252 by @tom-englert)
* Various WPF-related refactorings by @tom-englert (see #3257, #3266, #3274, #3283, #3285, #3291, #3292, #3294, #3295, #3297, #3298, #3299, #3302, #3308 and #3314)
* Ignore empty version directories of dotnet (#3265 by @Herrmel)
* Fix Derived Types Node always being empty (#3280 by @Applesauce314)
# Enhancements
* Allow running tests on ARM64 (see #3231)
* Alow collecting analyzers annotated with `ExportAnalyzerAttribute` (see #3239)
* Fix #3237: Use ref readonly locals for `readonly.ldelema`
* Fix #3001: Support new resources format in ResourcesFile/ResXResourceWriter
* Fix #3134: Include `newobj`, `initobj` and `call` instructions in `TypeInstantiatedByAnalyzer`
* Fix #3089: Add comment regarding .constraint prefix expressed as cast in C#
# Bug fixes
* Fix #3209: Ensure using directives are added for extension methods in higher level patterns such as: foreach -> `GetEnumerator()`, collection initializer -> `Add()` and deconstruction -> `Deconstruct()`.
* Fix #3255: Ignore exceptions while decoding sequence point blobs.
* Fix #2166: Unnecessary uint casts/conversions for certain bitwise operations
* Fix #3310: Filter out copy-constructor only if it's an actual record type.
And many other fixes, for a full list click [here](https://github.com/icsharpcode/ILSpy/compare/v9.0-preview2...v9.0-preview3).]]></releaseNotes>
<copyright>Copyright © SharpDevelop Team</copyright>
<tags>ilspy foss dotnet assembly decompiler</tags>
<!-- <projectSourceUrl>https://github.com/icsharpcode/ILSpy</projectSourceUrl> -->
Expand Down
4 changes: 2 additions & 2 deletions ilspy/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/icsharpcode/ILSpy/releases/download/v9.0-preview2/ILSpy_binaries_9.0.0.7660-preview2-x64.zip
x64: https://github.com/icsharpcode/ILSpy/releases/download/v9.0-preview3/ILSpy_binaries_9.0.0.7833-preview3-x64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: E604121265BE1785950438F2FA3C8102E11DD3A4B141AA462E672DB3CA2C2BC2
checksum64: 73193F3BDD7358029257E97D56A565D1C38E815C4F441414FB980ED494505CA1

File 'LICENSE.txt' is obtained from:
https://github.com/icsharpcode/ILSpy/blob/master/doc/license.txt

0 comments on commit 0bb904a

Please sign in to comment.