diff --git a/IronJava.Core/IronJava.Core.csproj b/IronJava.Core/IronJava.Core.csproj index cfba51b..b6ae674 100644 --- a/IronJava.Core/IronJava.Core.csproj +++ b/IronJava.Core/IronJava.Core.csproj @@ -10,6 +10,7 @@ 1.1.0 David H Friedel Jr MarketAlly + MarketAlly IronJava A native .NET library that parses Java source files and provides a strongly-typed AST (Abstract Syntax Tree) accessible in C#. Supports Java 17 syntax with comprehensive visitor pattern, AST transformations, and JSON serialization. java;parser;ast;antlr;syntax-tree;java17;code-analysis;visitor-pattern https://github.com/MarketAlly/IronJava @@ -19,6 +20,7 @@ README.md Copyright (c) 2025 MarketAlly + icon.png false @@ -39,6 +41,12 @@ + + true + \ + PreserveNewest + true + diff --git a/IronJava.Core/icon.png b/IronJava.Core/icon.png new file mode 100644 index 0000000..efdc7c3 Binary files /dev/null and b/IronJava.Core/icon.png differ