Skip to content

Commit cefb1e1

Browse files
packing v2.4.4
1 parent 6b2fbce commit cefb1e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/azure-pipelines.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ steps:
3434

3535
- script: |
3636
LATEST_TAG=$(git describe --abbrev=0 --tags)
37+
echo NUGET PUSH TAG $LATEST_TAG - tag must match .csproj version
3738
dotnet pack src/SpotifyApi.NetCore -c $(buildConfiguration)
3839
dotnet nuget push src/SpotifyApi.NetCore/bin/Release/SpotifyApi.NetCore.$LATEST_TAG.nupkg -k $(nugetApiKey) -s https://api.nuget.org/v3/index.json
3940
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>SpotifyApi.NetCore</PackageId>
55
<Title>Spotify Web API .NET Core</Title>
66
<Description>Lightweight .NET Core client wrapper for the Spotify Web API</Description>
7-
<Version>2.4.1</Version>
7+
<Version>2.4.4</Version>
88
<Authors>Daniel Larsen and contributors</Authors>
99
<Company>Ringobot</Company>
1010
<Copyright>Copyright 2019 Daniel Larsen and contributors</Copyright>

0 commit comments

Comments
 (0)