Skip to content

Commit c5c9a1f

Browse files
committed
Preparing for release
1 parent fd04902 commit c5c9a1f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CustomGeneratorTests/CustomGeneratorTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4-240426-1941.Release" PrivateAssets="all" />
9+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4" PrivateAssets="all" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
1111
</ItemGroup>
1212
</Project>

Godot 3 Tests/Godot 3 Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010
<ItemGroup>
1111
<PackageReference Include="FluentAssertions" Version="6.12.0" />
12-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4-240426-1941.Release" />
12+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<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
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
14-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4-240426-1941.Release" />
14+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.3.4" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />

SourceGenerators/SourceGenerators.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* Includes base classes/helpers to create project specific source generators
4545
</Description>
4646
<PackageReleaseNotes>
47-
v.2.3.4 (pre-release)
47+
v.2.3.4
4848
- ADDED: Support for .NET 8.0
4949
- ADDED: Nested InputMap entries
5050
- ADDED: OnImport attribute for editor only builds (GD4 only)
@@ -88,8 +88,8 @@
8888
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8989
<PackageTags>Godot C# SourceGenerator</PackageTags>
9090
<PackageReadmeFile>README.md</PackageReadmeFile>
91-
<!--<Version>2.3.4</Version>-->
92-
<Version>2.3.4-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>
91+
<Version>2.3.4</Version>
92+
<!--<Version>2.3.4-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>-->
9393
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9494
</PropertyGroup>
9595
<ItemGroup>

0 commit comments

Comments
 (0)