Skip to content

Commit

Permalink
Merge branch 'release/0.69.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Nov 18, 2023
2 parents 10f5c75 + 833c6e4 commit b6637a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.1.0",
"version": "3.2.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion Source/ZoomNet/Models/Registrant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class Registrant
/// Gets or sets the date and time when the registrant was created.
/// </summary>
/// <value>The registrant created time.</value>
[JsonPropertyName("created_time")]
[JsonPropertyName("create_time")]
public DateTime CreatedOn { get; set; }

/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Install tools.
#tool dotnet:?package=GitVersion.Tool&version=5.12.0
#tool dotnet:?package=coveralls.net&version=4.0.1
#tool nuget:?package=GitReleaseManager&version=0.15.0
#tool nuget:?package=ReportGenerator&version=5.1.26
#tool nuget:?package=xunit.runner.console&version=2.6.0
#tool nuget:?package=GitReleaseManager&version=0.16.0
#tool nuget:?package=ReportGenerator&version=5.2.0
#tool nuget:?package=xunit.runner.console&version=2.6.1
#tool nuget:?package=CodecovUploader&version=0.7.1

// Install addins.
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.403",
"version": "7.0.404",
"rollForward": "patch",
"allowPrerelease": false
}
Expand Down

0 comments on commit b6637a3

Please sign in to comment.