Skip to content

Commit

Permalink
- Change version to 6.0.0 RC1 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Dec 6, 2023
1 parent 5d357f5 commit df2b905
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v6.0.0 (2023-12-06)
## v6.0.0-rc1 (2023-12-06)

- Drop support for .NET Core 3.1
- Add support for .NET 8.0
Expand Down
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</version>
<version>6.0.0.1</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")]
[assembly: AssemblyFileVersion("6.0.0")]
[assembly: AssemblyInformationalVersion("6.0.0")]
[assembly: AssemblyVersion("6.0.0.1")]
[assembly: AssemblyFileVersion("6.0.0.1")]
[assembly: AssemblyInformationalVersion("6.0.0.1")]

0 comments on commit df2b905

Please sign in to comment.