Skip to content

Commit d529aff

Browse files
committed
chore: version
1 parent 7c6b9df commit d529aff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Publish
2424
uses: rohith/publish-nuget@v2
2525
with:
26+
INCLUDE_SYMBOLS: false
2627
NUGET_KEY: ${{ secrets.NUGET_KEY }}
2728
PROJECT_FILE_PATH: src/L1L2RedisCache.csproj
2829
VERSION_STATIC: ${{ env.VERSION }}

src/L1L2RedisCache.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<Version>1.2.3</Version>
54
</PropertyGroup>
65
<ItemGroup>
76
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.1.3" />

0 commit comments

Comments
 (0)