Skip to content

Commit

Permalink
fix #54, support 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ulex committed Sep 23, 2024
1 parent af870ae commit 6ffb45b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ZenSharp.Integration/ZenSharp.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<EmbeddedResource Include="Templates.ltg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Lifetimes" Version="2024.1.1-preview7" />
<PackageReference Include="JetBrains.Lifetimes" Version="2024.3.0" />
<PackageReference Include="JetBrains.ReSharper.SDK">
<Version>2024.1.0-eap06</Version>
<Version>2024.3.0-eap01</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion ZenSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Free and open source. For more information, see Github.
</description>
<releaseNotes>
Support 2024.1 eap 6 +
Support 2024.3 eap 1 +
</releaseNotes>
<copyright>Alexander Ulitin</copyright>
<tags>livetemplates code completion ltg</tags>
Expand Down
2 changes: 1 addition & 1 deletion buildNuPack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $packages = @{
'PackageId' = 'Ulex.ZenSharp';
'PackageVersion' = $version;
'DependencyId' = 'Wave';
'DependencyVersion' = '241';
'DependencyVersion' = '243';
'IntegrationDll' = 'ZenSharp.Integration\bin\Release\net472-windows\ZenSharp.Integration.dll';
'TargetDir' = 'DotFiles\';
};
Expand Down

0 comments on commit 6ffb45b

Please sign in to comment.