Skip to content

Commit

Permalink
VersionBump : v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev committed Jan 7, 2025
1 parent c4378b5 commit d1c9f77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- Package metadata -->
<PackageId>AterraEngine.Unions.Generators</PackageId>
<Version>3.4.0</Version>
<Version>3.5.0</Version>
<Authors>Anna Sas</Authors>
<Description>The Source Generator for AterraEngine.Unions</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand All @@ -31,9 +31,9 @@

<!-- Include external files -->
<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>

<!-- Package dependencies -->
Expand Down
10 changes: 5 additions & 5 deletions src/AterraEngine.Unions/AterraEngine.Unions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<IsPackable>true</IsPackable>
<PackageId>AterraEngine.Unions</PackageId> <!-- Main package name -->
<Version>3.4.0</Version> <!-- Package version -->
<Version>3.5.0</Version> <!-- Package version -->
<Authors>Anna Sas</Authors>
<Description>A small package allowing you to use Union Structs</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand All @@ -23,13 +23,13 @@
</PropertyGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>

<ItemGroup>
<!-- ProjectReference for the generator as an analyzer -->
<ProjectReference Include="..\AterraEngine.Unions.Generators\AterraEngine.Unions.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
<ProjectReference Include="..\AterraEngine.Unions.Generators\AterraEngine.Unions.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>

0 comments on commit d1c9f77

Please sign in to comment.