Skip to content

Commit 59fedfa

Browse files
committed
v10.2026.509.1606
1 parent 075607e commit 59fedfa

6 files changed

Lines changed: 19 additions & 9 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# This workflow will build a .NET project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3-
41
name: .NET
2+
permissions:
3+
id-token: write # required for GitHub OIDC
54

65
on:
76
push:
@@ -13,6 +12,10 @@ on:
1312
jobs:
1413
build:
1514
runs-on: windows-latest
15+
permissions:
16+
id-token: write
17+
contents: write
18+
1619
# runs-on: ubuntu-latest
1720

1821
steps:
@@ -68,6 +71,13 @@ jobs:
6871
name: Nuget_${{github.run_number}}
6972
path: src/nugetPackages
7073
retention-days: 1
74+
75+
- name: NuGet Login
76+
if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present
77+
uses: NuGet/login@v1
78+
id: login
79+
with:
80+
user: ignatandrei
7181

7282
- name: push to nuget
7383
if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present
@@ -78,5 +88,5 @@ jobs:
7888
echo '2'
7989
cd src
8090
cd nugetPackages
81-
dotnet nuget push "*.symbols.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
91+
dotnet nuget push "*.symbols.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
8292

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6734,7 +6734,7 @@ <h3 id="maxCommitFilesPerYear"> Commits with most files per year</h3>
67346734
https://www.nuget.org/packages/NetPackageAnalyzerConsole
67356735
</a>
67366736
</small>
6737-
<small>10.2025.1228.1606</small>
6737+
<small>10.2026.509.1606</small>
67386738
<small> Aleksandr Solzhenitsyn is feeling acid in Beijing </small>
67396739
<small> Generated on 2025-12-28 14:28:37 </small>
67406740
<script>

docs/NetPackageAnalyzer_summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6734,7 +6734,7 @@ <h3 id="maxCommitFilesPerYear"> Commits with most files per year</h3>
67346734
https://www.nuget.org/packages/NetPackageAnalyzerConsole
67356735
</a>
67366736
</small>
6737-
<small>10.2025.1228.1606</small>
6737+
<small>10.2026.509.1606</small>
67386738
<small> Aleksandr Solzhenitsyn is feeling acid in Beijing </small>
67396739
<small> Generated on 2025-12-28 14:28:37 </small>
67406740
<script>

docs/NetPackageAnalyzer_summary.html.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9749,7 +9749,7 @@ tabledata.push({"folder": "Statistical", "year":2025,"Nr": "1" });
97499749
https://www.nuget.org/packages/NetPackageAnalyzerConsole
97509750
</a>
97519751
</small>
9752-
<small>10.2025.1228.1606</small>
9752+
<small>10.2026.509.1606</small>
97539753
<small> Aleksandr Solzhenitsyn is feeling acid in Beijing </small>
97549754
<small> Generated on 2025-12-28 14:28:37 </small>
97559755
<script>

docs/NetPackageAnalyzer_summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474

7575
Generated by https://www.nuget.org/packages/NetPackageAnalyzerConsole</a>
7676

77-
version 10.2025.1228.1606 with Aleksandr Solzhenitsyn is feeling acid in Beijing
77+
version 10.2026.509.1606 with Aleksandr Solzhenitsyn is feeling acid in Beijing
7878

7979
Generated on 2025-12-28 14:29:09

src/NetPackageAnalyzer/NetPackageAnalyzerConsole/NetPackageAnalyzerConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ProjectReference Include="..\NPA.GitSummary\NPA.GitSummary.csproj" />
3333
</ItemGroup>
3434
<PropertyGroup>
35-
<Version>10.2025.1228.1606</Version>
35+
<Version>10.2026.509.1606</Version>
3636
<PackAsTool>true</PackAsTool>
3737
<ToolCommandName>PackageAnalyzer</ToolCommandName>
3838
<Authors>Andrei Ignat</Authors>

0 commit comments

Comments
 (0)