Skip to content

Commit e9c9ba3

Browse files
committed
VersionBump : v0.6.1
1 parent c563853 commit e9c9ba3

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

src/CodeOfChaos.Types.DataSeeder/CodeOfChaos.Types.DataSeeder.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Types.DataSeeder</PackageId>
11-
<Version>0.6.0</Version>
11+
<Version>0.6.1</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A small library housing DataSeeder typings</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
@@ -23,19 +23,19 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder"/>
27-
<InternalsVisibleTo Include="DynamicProxyGenAssembly2"/>
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder" />
27+
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
32-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
33-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
31+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
32+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
33+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0"/>
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0"/>
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
3939
</ItemGroup>
4040

4141
</Project>

src/CodeOfChaos.Types.TypedValueStore/CodeOfChaos.Types.TypedValueStore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Types.TypedValueStore</PackageId>
11-
<Version>0.6.0</Version>
11+
<Version>0.6.1</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A small library housing TypedValueStore typings</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
@@ -23,9 +23,9 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
27-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
26+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2929
</ItemGroup>
3030

3131
</Project>

src/CodeOfChaos.Types/CodeOfChaos.Types.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Types</PackageId>
11-
<Version>0.6.0</Version>
11+
<Version>0.6.1</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A library of common types and classes within the CodeOfChaos project</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
@@ -23,26 +23,26 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types"/>
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types" />
2727
</ItemGroup>
2828

2929
<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" />
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="AterraEngine.Unions" Version="2.5.0"/>
36+
<PackageReference Include="AterraEngine.Unions" Version="2.5.0" />
3737
<PackageReference Include="AterraEngine.Unions.Generators" Version="2.5.0">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>
41-
<PackageReference Include="CodeOfChaos.Extensions" Version="0.27.0"/>
41+
<PackageReference Include="CodeOfChaos.Extensions" Version="0.27.1" />
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj"/>
45+
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj" />
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)