Skip to content

Commit

Permalink
- Bump to v6.0.0 RC 3 (#535)
Browse files Browse the repository at this point in the history
- Fix NuGet release make step
  • Loading branch information
nwithan8 committed Dec 6, 2023
1 parent a12e697 commit beabf18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EasyPost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>6.0.0.2</version>
<version>6.0.0.3</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyPost/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Version information for an assembly must follow semantic versioning
// When releasing a release candidate, append a 4th digit being the number of the release candidate
[assembly: AssemblyVersion("6.0.0.2")]
[assembly: AssemblyFileVersion("6.0.0.2")]
[assembly: AssemblyInformationalVersion("6.0.0.2")]
[assembly: AssemblyVersion("6.0.0.3")]
[assembly: AssemblyFileVersion("6.0.0.3")]
[assembly: AssemblyInformationalVersion("6.0.0.3")]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lint-scripts:
# ref: https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-push
publish:
# Verify that no extraneous .nupkg files exist
dotnet nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -k ${key} -SkipDuplicate
dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${key} --skip-duplicate

## release - Cuts a release for the project on GitHub (requires GitHub CLI)
# tag = The associated tag title of the release
Expand Down

0 comments on commit beabf18

Please sign in to comment.