Skip to content

Commit 5d7e2b9

Browse files
authored
Merge pull request Azure#9684 from shleiAmy/Update-.Net-SDK-version
Update Attestation.csproj
2 parents 5669b6e + 3f79064 commit 5d7e2b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/Attestation/Attestation.Test/Attestation.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.9.5-preview" />
14+
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.9.6-preview" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

src/Attestation/Attestation/Attestation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.9.5-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.9.6-preview" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Attestation/Attestation/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20+
21+
2022
## Upcoming Release
2123
* Fix typo in `PSAttestation` type with property `AttestUri`
24+
* Update .Net SDK with newer version
2225

2326
## Version 0.1.0
2427
* General availability of `Az.Attestation` module

0 commit comments

Comments
 (0)