Skip to content

Commit

Permalink
Fix version of Microsoft.CodeAnalysis.CSharp.Workspaces (#10) (#11)
Browse files Browse the repository at this point in the history
* Restore version 3.4.0 of Microsoft.CodeAnalysis.CSharp.Workspaces changed by accident in 55a45de

* Bump version to 1.6.1

* Update appveyor.yml

Co-authored-by: Andreas Gullberg Larsen <[email protected]>
  • Loading branch information
Pankraty and angularsen authored Oct 5, 2022
1 parent f5c813a commit db7d937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AssignAll/AssignAll/AssignAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.9.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.3.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.4.0" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 1.6.0.{build}
version: 1.6.1.{build}
image: Visual Studio 2022
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: 1.6.0
package_version: 1.6.1
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
Expand All @@ -23,4 +23,4 @@ deploy:
api_key:
secure: WH/NFFRxSgchekVaBFU8cqYN+09YEzdvjBtQ6YJDTnTSnWGEIHB3vPaJIhICKcdP
on:
branch: master
branch: master

0 comments on commit db7d937

Please sign in to comment.