Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion AutoDI.Attributes/AutoDI.Attributes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>

<!-- Package identity -->
<PackageId>AutoDI</PackageId>
<PackageId>Nemza.AutoDI</PackageId>
<Authors>NemanjaKajzer</Authors>
<Description>Compile-time dependency injection registration via Roslyn source generators. Zero runtime reflection, fully compatible with Native AOT.</Description>
<PackageTags>dependency-injection;source-generator;roslyn;aot;di;dotnet;csharp</PackageTags>
Expand Down
Loading