Skip to content

Commit

Permalink
Merge pull request #1341 from microsoftgraph/v1.0/pipelinebuild/74322
Browse files Browse the repository at this point in the history
Generated v1.0 models and request builders using Typewriter
  • Loading branch information
andrueastman committed May 11, 2022
2 parents ae1f3d0 + ad438de commit b9259b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Graph/Generated/model/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public Application()

/// <summary>
/// Gets or sets service management reference.
/// References application or service contact information from a Service or Asset Management database. Nullable.
/// </summary>
[JsonPropertyName("serviceManagementReference")]
public string ServiceManagementReference { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/ChatMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public partial class ChatMessage : Entity

/// <summary>
/// Gets or sets replies.
/// Replies for a specified message.
/// Replies for a specified message. Supports $expand for channel messages.
/// </summary>
[JsonPropertyName("replies")]
public IChatMessageRepliesCollectionPage Replies { get; set; }
Expand Down
5 changes: 3 additions & 2 deletions src/Microsoft.Graph/Microsoft.Graph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<VersionPrefix>4.27.0</VersionPrefix>
<VersionPrefix>4.28.0</VersionPrefix>
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
<!-- VersionPrefix major and patch versions must be manually set. -->
<VersionSuffix></VersionSuffix>
<PackageReleaseNotes>
- Latest metadata updates from 3rd May 2022 snapshot
- Latest metadata updates from 10th May 2022 snapshot
- Allow initialization of abstract complex types [#1328](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1328)
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit b9259b3

Please sign in to comment.