Skip to content

Commit bfa1b73

Browse files
committed
Add missing package description
1 parent 457b1f6 commit bfa1b73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AsmArm64 is a powerful ARM64 Assembler and Disassembler .NET library.
1313
- **Easily disassemble** instructions and operands, including the knowledge of which operands are being read/write.
1414
- **High performance** / **zero allocation** library for disassembling / assembling instructions.
1515
- `15,000+` unit tests battle testing this library
16-
- Compatible with `net8.0+`
16+
- Compatible with `net8.0+` and NativeAOT.
1717

1818
## 💻 Example
1919

src/AsmArm64/AsmArm64.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
@@ -10,11 +10,11 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<Description>This is a default project description</Description>
13+
<Description>The most powerful ARM 64 (v8, v9) Assembler / Disassembler for .NET</Description>
1414
<Copyright>Alexandre Mutel</Copyright>
1515
<NeutralLanguage>en-US</NeutralLanguage>
1616
<Authors>Alexandre Mutel</Authors>
17-
<PackageTags>tag1;tag2;tag3</PackageTags>
17+
<PackageTags>arm64;aarch64;assembler;disassembler;ARM</PackageTags>
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<PackageIcon>AsmArm64.png</PackageIcon>
2020
<PackageProjectUrl>https://github.com/xoofx/AsmArm64</PackageProjectUrl>

0 commit comments

Comments
 (0)