Skip to content

Commit 1e41fd4

Browse files
committed
Preparing for release
1 parent 17d252d commit 1e41fd4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CustomGeneratorTests/CustomGeneratorTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<PreserveCompilationContext>true</PreserveCompilationContext>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.2.1-231021-1839.Release" />
8+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.2.1" />
99
</ItemGroup>
1010
</Project>

Godot 3.5 Tests/Godot 3.5 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.2.0" />
12+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.2.1" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />

Godot 4.0 Tests/Godot 4.0 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.2.1-231021-1839.Release" />
14+
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.2.1" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\CustomGeneratorTests\CustomGeneratorTests.csproj" OutputItemType="analyzer" />

SourceGenerators/SourceGenerators.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ C# Source Generators for use with the Godot Game Engine (supports Godot 4!)
8080
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8181
<PackageTags>Godot C# SourceGenerator</PackageTags>
8282
<PackageReadmeFile>README.md</PackageReadmeFile>
83-
<!--<Version>2.2.0</Version>-->
84-
<Version>2.2.1-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>
83+
<Version>2.2.1</Version>
84+
<!--<Version>2.2.1-$([System.DateTime]::Now.ToString(yyMMdd-HHmm)).$(Configuration)</Version>-->
8585
</PropertyGroup>
8686
<ItemGroup>
8787
<None Include="..\README.md" Pack="true" PackagePath="\" Link="Package\docs\README.md" />

0 commit comments

Comments
 (0)