diff --git a/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj b/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj index 54ea52928..cd022af4b 100644 --- a/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj +++ b/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj @@ -12,6 +12,35 @@ False + + ICSharpCode.BamlDecompiler + 8.0.0.0-noversion + ILSpy BAML Decompiler + ILSpy Contributors + MIT + https://github.com/icsharpcode/ILSpy/ + Cross-Platform library for decompiling BAML. + PackageReadme.md + ic#code + BamlDecompiler + git + https://github.com/icsharpcode/ILSpy.git + ../ICSharpCode.Decompiler/DecompilerNuGetPackageIcon.png + false + Copyright 2024-$([System.DateTime]::Now.Year) AlphaSierraPapa + C# Decompiler ILSpy + + true + embedded + true + true + true + + + + + + diff --git a/ICSharpCode.BamlDecompiler/PackageReadme.md b/ICSharpCode.BamlDecompiler/PackageReadme.md new file mode 100644 index 000000000..6c0fcf12e --- /dev/null +++ b/ICSharpCode.BamlDecompiler/PackageReadme.md @@ -0,0 +1,3 @@ +## About + +ICSharpCode.BamlDecompiler is the library used by the BAML Addin in ILSpy to decompile BAML to XAML.