Skip to content

Commit

Permalink
3.45.0: Adds new SDK versions and contract files (#4850)
Browse files Browse the repository at this point in the history
# Pull Request Template

## Description

This bumps the SDK GA version from `3.44.1` to `3.45.0` and preview
version from `3.45.0-preview.1` to `3.46.0-preview.0`. Please take a
look at the changes in the public GA and preview contract/s.

**GA Contract Changes:**


![image](https://github.com/user-attachments/assets/f3888c30-8a71-4eb2-8d05-faba46214122)

**Preview Contract Changes:**


![image](https://github.com/user-attachments/assets/23ee6f07-5985-4353-b82e-940e279ca6e2)

## Type of change

Please delete options that are not relevant.

- [x] New feature (non-breaking change which adds functionality)
  • Loading branch information
kundadebdatta authored Oct 25, 2024
1 parent ed75a42 commit 3a8fb03
Show file tree
Hide file tree
Showing 4 changed files with 3,444 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.44.1</ClientOfficialVersion>
<ClientPreviewVersion>3.45.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
<ClientOfficialVersion>3.45.0</ClientOfficialVersion>
<ClientPreviewVersion>3.46.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
<DirectVersion>3.36.1</DirectVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.1.0</EncryptionPreviewVersion>
Expand Down
Loading

0 comments on commit 3a8fb03

Please sign in to comment.