Skip to content

Commit

Permalink
ps downgrade for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Nov 25, 2023
1 parent 1fcd3c7 commit f1f9a9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated Microsoft.Data.SqlClient to 5.1.1.
- Updated System.Management.Automation to 7.2.17 and PowerShell 7.2.17.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.

### [2.1.1] - 2023-08-16

Expand Down
2 changes: 1 addition & 1 deletion src/PsSqlClient/PsSqlClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="System.Management.Automation" Version="7.2.17" />
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
</ItemGroup>

Expand Down
Binary file modified src/PsSqlClient/PsSqlClient.psd1
Binary file not shown.

0 comments on commit f1f9a9d

Please sign in to comment.