Skip to content

Commit

Permalink
VersionBump : v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev committed Jan 1, 2025
1 parent df8e6c6 commit 24a3ba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<IsPackable>true</IsPackable>
<PackageId>AterraEngine.Unions.Generators</PackageId>
<Version>2.7.0</Version>
<Version>2.7.1</Version>
<Authors>Anna Sas</Authors>
<Description>The Source Generator for AterraEngine.Unions</Description>
<PackageProjectUrl>https://github.com/AterraEngine/unions-cs/</PackageProjectUrl>
Expand All @@ -27,9 +27,9 @@
</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>
Expand All @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

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

<IsPackable>true</IsPackable>
<PackageId>AterraEngine.Unions</PackageId> <!-- Main package name -->
<Version>2.7.0</Version> <!-- Package version -->
<Version>2.7.1</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 @@ -22,13 +22,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 24a3ba4

Please sign in to comment.