File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments