Skip to content

Commit 37f02b2

Browse files
committed
Release 2.4.0
1 parent 89b65fb commit 37f02b2

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

CustomGeneratorTests/CustomGeneratorTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0-240626-1054.Release" />
10+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
1212
</ItemGroup>
1313
</Project>

Godot 3 Tests/Godot 3 Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="6.12.0" />
13-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0-240626-1054.Release" />
13+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0" />
1414
</ItemGroup>
1515
<ItemGroup>
1616
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />

Godot 4 Tests/Godot 4 Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313
<ItemGroup>
1414
<PackageReference Include="FluentAssertions" Version="6.12.0" />
15-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0-240626-1054.Release" />
15+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0" />
1616
</ItemGroup>
1717
<ItemGroup>
1818
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />

NRT.Tests/GD3.NRT/GD3.NRT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="6.12.0" />
13-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0-240626-1054.Release" />
13+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0" />
1414
</ItemGroup>
1515
</Project>

NRT.Tests/GD4.NRT/GD4.NRT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="6.12.0" />
13-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0-240626-1054.Release" />
13+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.4.0" />
1414
</ItemGroup>
1515
</Project>

SourceGenerators/SourceGenerators.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* Includes base classes/helpers to create project specific source generators
4141
</Description>
4242
<PackageReleaseNotes>
43-
v.2.4.0 (preview)
43+
v.2.4.0
4444
- ADDED: LayerNames attribute
4545
- ADDED: [NEW] Support for Nullable Reference Types (for `Notify` and `OnInstantiate`)
4646

@@ -90,8 +90,8 @@
9090
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9191
<RepositoryUrl>https://github.com/Cat-Lips/GodotSharp.SourceGenerators</RepositoryUrl>
9292
<PackageProjectUrl>https://github.com/Cat-Lips/GodotSharp.SourceGenerators</PackageProjectUrl>
93-
<Version>2.4.0-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>
94-
<!--<Version>2.3.4</Version>-->
93+
<!--<Version>2.4.0-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>-->
94+
<Version>2.4.0</Version>
9595
</PropertyGroup>
9696
<ItemGroup>
9797
<None Include="..\README.md" Pack="true" PackagePath="\" Link="Package\docs\README.md" />

0 commit comments

Comments
 (0)