Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen committed Aug 24, 2023
1 parent 35f7b82 commit 40eccbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated Microsoft.SqlServer.SqlManagementObjects to 170.18.0.
- Updated System.Management.Automation to 7.2.13.
- Updated Microsoft.Data.SqlClient to 5.1.1.

## [1.2.0] - 2023-08-24

### Changed
Expand Down
6 changes: 3 additions & 3 deletions src/PsSmo/PsSmo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="161.47021.0" />
<PackageReference Include="System.Management.Automation" Version="7.2.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Include="System.Management.Automation" Version="7.2.13" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 40eccbc

Please sign in to comment.