Skip to content

Commit

Permalink
[release] Preparing next dev iteration (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jul 29, 2024
1 parent abbd678 commit faab7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for p in \
"SBSharp.Launcher"
do
echo "[INFO] Publishing $p"
$wrapping_command dotnet nuget push "./src/$p/bin/Release/$p.0.0.1.nupkg" --api-key "$NUGET_KEY" --symbol-api-key "$NUGET_KEY" --source https://api.nuget.org/v3/index.json
$wrapping_command dotnet nuget push "./src/$p/bin/Release/$p.$version.nupkg" --api-key "$NUGET_KEY" --symbol-api-key "$NUGET_KEY" --source https://api.nuget.org/v3/index.json
done

# move to next version
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionPrefix>0.0.3</VersionPrefix>
<Authors>rmannibucau</Authors>
<Company>rmannibucau</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit faab7f1

Please sign in to comment.