2121 </PropertyGroup >
2222 <PropertyGroup >
2323 <Authors >Cat-Lips</Authors >
24- <Company >Cat-Lips Incorporated</ Company >
25- < Description > C# Source Generators for use with the Godot Game Engine:
26- - `SceneTree` class attribute: Provides strongly typed access to the scene hierarchy (via `_` operator)
27- - `GodotOverride` method attribute: Allows use of On*, instead of virtual _* overrides
28- - Base classes/helpers to create project specific source generators
29- - FIXED: [SceneTree] Instanced scene from different namespace fails to compile
24+ <Description >
25+ C# Source Generators for use with the Godot Game Engine:
26+ - `SceneTree` class attribute: Provides strongly typed access to the scene hierarchy (via `_` operator)
27+ - `GodotOverride` method attribute: Allows use of On*, instead of virtual _* overrides
28+ - Base classes/helpers to create project specific source generators
29+ - FIXED: [SceneTree] Instanced scene with same name as containing namespace fails to compile
3030
31- (See tests for example usage patterns)
31+ (See tests for example usage patterns)
3232
33- NB: Project reload or vs restart may be required to initialise Intellisense...
34- </Description >
33+ NB: Project reload or vs restart may be required to initialise Intellisense...
34+ </Description >
3535 <RepositoryUrl >https://github.com/Cat-Lips/GodotSharp.SourceGenerators</RepositoryUrl >
3636 <PackageProjectUrl >https://github.com/Cat-Lips/GodotSharp.SourceGenerators</PackageProjectUrl >
3737 <PackageLicenseExpression >MIT</PackageLicenseExpression >
3838 <PackageTags >Godot C#</PackageTags >
39- <Version >1.1.1 </Version >
40- <!-- < Version>1.1.1 -$(Configuration)-$([System.DateTime]::Now.ToString(yyyyMMdd-HHmmss ))</Version> -- >
39+ <!-- < Version>1.1.2 </Version> -- >
40+ <Version >1.1.2 -$(Configuration)-$([System.DateTime]::Now.ToString(yyMMdd-HHmm ))</Version >
4141 </PropertyGroup >
4242 <ItemGroup >
4343 <None Include =" Package\build\$(AssemblyName).targets" Pack =" true" PackagePath =" build" />
@@ -56,9 +56,9 @@ NB: Project reload or vs restart may be required to initialise Intellisense...
5656 <ItemGroup >
5757 <PackageReference Include =" IndexRange" Version =" 1.0.0" PrivateAssets =" all" />
5858 <PackageReference Include =" IsExternalInit" Version =" 1.0.0" PrivateAssets =" all" />
59- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8 .0" />
59+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.9 .0" />
6060 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" PrivateAssets =" all" />
61- <PackageReference Include =" Scriban" Version =" 3.4.1 " IncludeAssets =" build" PrivateAssets =" all" />
61+ <PackageReference Include =" Scriban" Version =" 3.6.0 " IncludeAssets =" build" PrivateAssets =" all" />
6262 </ItemGroup >
6363
6464</Project >
0 commit comments