|
8 | 8 |
|
9 | 9 | <!-- Main package name --> |
10 | 10 | <PackageId>CodeOfChaos.Types</PackageId> |
11 | | - <Version>0.3.0</Version> |
| 11 | + <Version>0.4.0</Version> |
12 | 12 | <Authors>Anna Sas</Authors> |
13 | 13 | <Description>A library of common types and classes within the CodeOfChaos project</Description> |
14 | 14 | <PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl> |
|
23 | 23 | </PropertyGroup> |
24 | 24 |
|
25 | 25 | <ItemGroup Label="InternalsVisibleTo"> |
26 | | - <InternalsVisibleTo Include="Tests.CodeOfChaos.Types"/> |
| 26 | + <InternalsVisibleTo Include="Tests.CodeOfChaos.Types" /> |
27 | 27 | </ItemGroup> |
28 | 28 |
|
29 | 29 | <ItemGroup> |
30 | | - <None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/> |
31 | | - <None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/> |
32 | | - <None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/> |
| 30 | + <None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" /> |
| 31 | + <None Include="../../README.md" Pack="true" PackagePath="" Visible="false" /> |
| 32 | + <None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" /> |
33 | 33 | </ItemGroup> |
34 | 34 |
|
35 | 35 | <ItemGroup> |
36 | | - <PackageReference Include="AterraEngine.Unions" Version="2.5.0"/> |
| 36 | + <PackageReference Include="AterraEngine.Unions" Version="2.5.0" /> |
37 | 37 | <PackageReference Include="AterraEngine.Unions.Generators" Version="2.5.0"> |
38 | 38 | <PrivateAssets>all</PrivateAssets> |
39 | 39 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
40 | 40 | </PackageReference> |
41 | | - <PackageReference Include="CodeOfChaos.Extensions" Version="0.22.0"/> |
| 41 | + <PackageReference Include="CodeOfChaos.Extensions" Version="0.22.0" /> |
42 | 42 | </ItemGroup> |
43 | 43 |
|
44 | 44 | <ItemGroup> |
45 | | - <ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj"/> |
| 45 | + <ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj" /> |
46 | 46 | </ItemGroup> |
47 | 47 |
|
48 | 48 | </Project> |
0 commit comments