Migrate repository from GitHub to Gitea
- Update remote URL to git.marketally.com/ironservices - Update README.md with new clone URL and links - Update IronGo.csproj with new repository URLs - Switch SourceLink from GitHub to Gitea package
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,7 @@
|
||||
# IronGo
|
||||
|
||||
[](https://www.nuget.org/packages/IronGo/)
|
||||
[](LICENSE)
|
||||
[](https://github.com/marketally/IronGo/actions)
|
||||
[](LICENSE)
|
||||
|
||||
IronGo is a native .NET library for parsing Go source code. It provides a complete Abstract Syntax Tree (AST) representation of Go programs with comprehensive support for Go 1.21+ syntax, including generics.
|
||||
|
||||
@@ -287,7 +286,7 @@ The analyzer detects:
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/marketally/IronGo.git
|
||||
git clone https://git.marketally.com/ironservices/IronGo.git
|
||||
cd IronGo
|
||||
|
||||
# Build the solution
|
||||
@@ -316,9 +315,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
||||
|
||||
## Support
|
||||
|
||||
- **Documentation**: See the [Wiki](https://github.com/marketally/IronGo/wiki)
|
||||
- **Issues**: Report bugs on [GitHub Issues](https://github.com/marketally/IronGo/issues)
|
||||
- **Discussions**: Join our [GitHub Discussions](https://github.com/marketally/IronGo/discussions)
|
||||
- **Documentation**: See the [Wiki](https://git.marketally.com/ironservices/IronGo/wiki)
|
||||
- **Issues**: Report bugs on [Issues](https://git.marketally.com/ironservices/IronGo/issues)
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>A native .NET library for parsing Go source code. Provides a complete Abstract Syntax Tree (AST) representation with visitor pattern support, JSON serialization, and comprehensive diagnostics.</Description>
|
||||
<PackageTags>go;golang;parser;ast;syntax-tree;antlr;code-analysis;static-analysis</PackageTags>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/marketally/IronGo</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/marketally/IronGo</RepositoryUrl>
|
||||
<PackageProjectUrl>https://git.marketally.com/ironservices/IronGo</PackageProjectUrl>
|
||||
<RepositoryUrl>https://git.marketally.com/ironservices/IronGo</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
@@ -40,7 +40,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
|
||||
<PackageReference Include="Antlr4BuildTasks" Version="12.8.0" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.SourceLink.Gitea" Version="8.0.0" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user