Skip to content

Commit 90867d2

Browse files
authored
Merge pull request #36 from Flow-Launcher/fix-appveyor
Use Microsoft.CodeAnalysis.CSharp 4.12.0 to fix appveyor build error
2 parents 1a297d5 + 9a92661 commit 90867d2

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Flow.Launcher.Localization.Analyzers/Flow.Launcher.Localization.Analyzers.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
1615
</ItemGroup>
1716

1817
<ItemGroup>

Flow.Launcher.Localization.Shared/Flow.Launcher.Localization.Shared.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
1111
</ItemGroup>
1212

1313
</Project>

Flow.Launcher.Localization.SourceGenerators/Flow.Launcher.Localization.SourceGenerators.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
1716
</ItemGroup>
1817

1918
<ItemGroup>

Flow.Launcher.Localization/Flow.Launcher.Localization.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Version>0.0.3</Version>
16-
<PackageVersion>0.0.3</PackageVersion>
17-
<AssemblyVersion>0.0.3</AssemblyVersion>
18-
<FileVersion>0.0.3</FileVersion>
15+
<Version>0.0.4</Version>
16+
<PackageVersion>0.0.4</PackageVersion>
17+
<AssemblyVersion>0.0.4</AssemblyVersion>
18+
<FileVersion>0.0.4</FileVersion>
1919
<PackageId>Flow.Launcher.Localization</PackageId>
2020
<Title>Flow Launcher Localization Toolkit</Title>
2121
<Description>Localization toolkit for Flow Launcher and its plugins</Description>

0 commit comments

Comments
 (0)