Skip to content

Commit 773af5e

Browse files
committed
Preparing for release [2.6.0]
1 parent 76e7102 commit 773af5e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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.6.0-250916-2034.Release" />
10+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.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
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313
<ItemGroup>
1414
<PackageReference Include="FluentAssertions" Version="[7.2.0]" />
15-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250916-2034.Release" />
15+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0" />
1616
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />
1717
</ItemGroup>
1818
</Project>

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="[7.2.0]" />
15-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250916-2034.Release" />
15+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0" />
1616
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />
1717
</ItemGroup>
1818
</Project>

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="[7.2.0]" />
13-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250916-2034.Release" />
13+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.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="[7.2.0]" />
13-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0-250916-2034.Release" />
13+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0" />
1414
</ItemGroup>
1515
</Project>

SourceGenerators/SourceGenerators.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ C# Source Generators for use with the Godot Game Engine (supports Godot 4 and .N
4242
* Includes base classes/helpers to create project specific source generators
4343
</Description>
4444
<PackageReleaseNotes>
45-
v.2.6.0 (pre-release)
45+
v.2.6.0
4646
- ADDED: Generated Autoload class
4747
- ADDED: InputMap data type override
4848
- ADDED: TscnFilePath static property
@@ -111,8 +111,8 @@ C# Source Generators for use with the Godot Game Engine (supports Godot 4 and .N
111111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
112112
<RepositoryUrl>https://github.com/Cat-Lips/GodotSharp.SourceGenerators</RepositoryUrl>
113113
<PackageProjectUrl>https://github.com/Cat-Lips/GodotSharp.SourceGenerators</PackageProjectUrl>
114-
<Version>2.6.0-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>
115-
<!--<Version>2.5.0</Version>-->
114+
<!--<Version>2.6.0-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>-->
115+
<Version>2.6.0</Version>
116116
</PropertyGroup>
117117
<ItemGroup>
118118
<None Include="..\README.md" Pack="true" PackagePath="\" Link="Package\docs\README.md" />

0 commit comments

Comments
 (0)