diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index f033896..6d1287c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -21,14 +21,6 @@ jobs:
with:
fetch-depth: 0
- - name: Create and push tag (manual trigger only)
- if: github.event_name == 'workflow_dispatch'
- run: |
- git config user.name "github-actions"
- git config user.email "github-actions@github.com"
- git tag v${{ inputs.version }}
- git push origin v${{ inputs.version }}
-
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
diff --git a/AutoDI.Attributes/AutoDI.Attributes.csproj b/AutoDI.Attributes/AutoDI.Attributes.csproj
index c1cee7b..745cc85 100644
--- a/AutoDI.Attributes/AutoDI.Attributes.csproj
+++ b/AutoDI.Attributes/AutoDI.Attributes.csproj
@@ -4,7 +4,7 @@
netstandard2.0
- AutoDI
+ Nemza.AutoDI
NemanjaKajzer
Compile-time dependency injection registration via Roslyn source generators. Zero runtime reflection, fully compatible with Native AOT.
dependency-injection;source-generator;roslyn;aot;di;dotnet;csharp