Skip to content

Commit 8428c1d

Browse files
sebgodclaude
andcommitted
Update TianWen.DAL to 2.0.151, bump minor version to 4.1
- Update TianWen.DAL dependency from 1.2.141 to 2.0.151 - Bump package version prefix from 4.0 to 4.1 - Fix NuGet source key to match package source mapping Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 254f0e7 commit 8428c1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
VERSION_PREFIX: 4.0.${{ github.run_number }}
10+
VERSION_PREFIX: 4.1.${{ github.run_number }}
1111
VERSION_REV: ${{ github.run_attempt }}
1212
VERSION_SUFFIX: +${{ github.sha }}
1313
BUILD_CONF: Release

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
</configuration>

ZWOptical.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<ItemGroup>
5757
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
58-
<PackageReference Include="TianWen.DAL" Version="1.2.141" />
58+
<PackageReference Include="TianWen.DAL" Version="2.0.151" />
5959
</ItemGroup>
6060

6161
</Project>

0 commit comments

Comments
 (0)