Skip to content

Commit

Permalink
metadata.xml 20240713 ~ 3.5.1 ExO Release (+3 days)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 13, 2024
1 parent 17c2c42 commit 0e39287
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@
<Property Name="StsRefreshTokensValidFrom" Type="Edm.String" />
<Property Name="NonCompliantDevices" Type="Collection(Edm.String)" />
<Property Name="DataEncryptionPolicy" Type="Edm.String" />
<Property Name="Extensions" Type="Collection(Edm.String)" />
<Property Name="HasPicture" Type="Edm.Boolean" />
<Property Name="HasSpokenName" Type="Edm.Boolean" />
<Property Name="IsDirSynced" Type="Edm.Boolean" />
Expand Down Expand Up @@ -765,7 +764,6 @@
<PropertyPath>AccountDisabled</PropertyPath>
<PropertyPath>NonCompliantDevices</PropertyPath>
<PropertyPath>DataEncryptionPolicy</PropertyPath>
<PropertyPath>Extensions</PropertyPath>
<PropertyPath>HasPicture</PropertyPath>
<PropertyPath>HasSpokenName</PropertyPath>
<PropertyPath>AcceptMessagesOnlyFromSendersOrMembers</PropertyPath>
Expand Down Expand Up @@ -968,7 +966,6 @@
<PropertyPath>InPlaceHolds</PropertyPath>
<PropertyPath>GeneratedOfflineAddressBooks</PropertyPath>
<PropertyPath>DataEncryptionPolicy</PropertyPath>
<PropertyPath>Extensions</PropertyPath>
<PropertyPath>HasPicture</PropertyPath>
<PropertyPath>HasSpokenName</PropertyPath>
<PropertyPath>IsDirSynced</PropertyPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.OData.Client" Version="7.21.1" />
<PackageReference Include="Microsoft.OData.Core" Version="7.21.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.1" />
<PackageReference Include="Microsoft.Spatial" Version="7.21.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.21.3" />
<PackageReference Include="Microsoft.OData.Core" Version="7.21.3" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.3" />
<PackageReference Include="Microsoft.Spatial" Version="7.21.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GetMailBoxDemo/GetMailBoxDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.OData.Core" Version="7.21.1" />
<PackageReference Include="Microsoft.OData.Core" Version="7.21.3" />
<PackageReference Include="Simple.OData.V4.Client" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 0e39287

Please sign in to comment.