diff --git a/readme.md b/readme.md
index 002c57b..2e99994 100644
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,8 @@
#
Alias
-[](https://ci.appveyor.com/project/SimonCropp/dotnet-assembly-alias)
-[](https://www.nuget.org/packages/Alias/)
-[](https://www.nuget.org/packages/Alias.Lib/)
+[](https://www.nuget.org/packages/Sentry.AssemblyAlias/)
+[](https://www.nuget.org/packages/Sentry.AssemblyAlias.Lib/)
+[](https://www.nuget.org/packages/Sentry.AssemblyAlias.MsBuild/)
Renames assemblies and fixes references. Designed as an alternative to [Costura](https://github.com/Fody/Costura), [ILMerge](https://github.com/dotnet/ILMerge), and [ILRepack](https://github.com/gluck/il-repack).
@@ -15,7 +15,7 @@ This project works around this problem by renaming references and preventing nam
## dotnet tool
-https://www.nuget.org/packages/Alias/
+https://www.nuget.org/packages/Sentry.AssemblyAlias/
**[.NET 10](https://dotnet.microsoft.com/download/dotnet/10.0) or higher is required to run this tool.**
@@ -30,10 +30,10 @@ For a given directory and a subset of assemblies, it:
Ensure [dotnet CLI is installed](https://docs.microsoft.com/en-us/dotnet/core/tools/).
-Install [Alias](https://nuget.org/packages/Alias/)
+Install [Sentry.AssemblyAlias](https://nuget.org/packages/Sentry.AssemblyAlias/)
```ps
-dotnet tool install --global Alias
+dotnet tool install --global Sentry.AssemblyAlias
```
diff --git a/src/Alias.Lib/Alias.Lib.csproj b/src/Alias.Lib/Alias.Lib.csproj
index 8c81269..a43609c 100644
--- a/src/Alias.Lib/Alias.Lib.csproj
+++ b/src/Alias.Lib/Alias.Lib.csproj
@@ -1,6 +1,7 @@
+ Sentry.AssemblyAlias.Lib
net10.0;net48;netstandard2.0
true
true
diff --git a/src/Alias.MsBuild/Alias.MsBuild.csproj b/src/Alias.MsBuild/Alias.MsBuild.csproj
index 990b061..a13da11 100644
--- a/src/Alias.MsBuild/Alias.MsBuild.csproj
+++ b/src/Alias.MsBuild/Alias.MsBuild.csproj
@@ -1,6 +1,7 @@
+ Sentry.AssemblyAlias.MsBuild
netstandard2.0
true
@@ -22,7 +23,7 @@
true
task
-
+
true
build
diff --git a/src/Alias.MsBuild/build/Alias.MsBuild.targets b/src/Alias.MsBuild/build/Sentry.AssemblyAlias.MsBuild.targets
similarity index 100%
rename from src/Alias.MsBuild/build/Alias.MsBuild.targets
rename to src/Alias.MsBuild/build/Sentry.AssemblyAlias.MsBuild.targets
diff --git a/src/Alias/Alias.csproj b/src/Alias/Alias.csproj
index 5383183..d091935 100644
--- a/src/Alias/Alias.csproj
+++ b/src/Alias/Alias.csproj
@@ -2,6 +2,7 @@
Exe
net10.0
+ Sentry.AssemblyAlias
assemblyalias
True
embedded
diff --git a/src/AssemblyToProcess/AssemblyToProcess.csproj b/src/AssemblyToProcess/AssemblyToProcess.csproj
index 09b722b..3a6cd09 100644
--- a/src/AssemblyToProcess/AssemblyToProcess.csproj
+++ b/src/AssemblyToProcess/AssemblyToProcess.csproj
@@ -19,5 +19,5 @@
-
+
\ No newline at end of file