Skip to content

Commit e3b7336

Browse files
committed
Update version number to 6.5
1 parent 731271c commit e3b7336

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CodeLab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class PluginSupportInfo : IPluginSupportInfo
4848

4949
public abstract class CodeLab : Effect
5050
{
51-
internal const string Version = "6.4";
51+
internal const string Version = "6.5";
5252

5353
// Includes the Build and Revision fields that are generated by the compiler
5454
internal static string VersionFull => typeof(CodeLab).Assembly.GetName().Version.ToString();

CodeLab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
</ItemGroup>
237237
<ItemGroup>
238238
<PackageReference Include="ILRepack" Version="2.0.18" />
239-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
239+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
240240
<PackageReference Include="PlatformSpellCheck" Version="1.1.0" />
241241
<PackageReference Include="PluralizeService.Core" Version="1.2.21147.2" />
242242
</ItemGroup>

0 commit comments

Comments
 (0)