Skip to content

Commit 15f663c

Browse files
committed
VersionBump : v0.19.0
1 parent 3b658d1 commit 15f663c

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
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.18.1</Version>
11+
<Version>0.19.0</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.2"/>
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2"/>
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
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.18.1</Version>
11+
<Version>0.19.0</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.UnitOfWork.Contracts/CodeOfChaos.Types.UnitOfWork.Contracts.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Main package name -->
1111
<PackageId>CodeOfChaos.Types.UnitOfWork.Contracts</PackageId>
12-
<Version>0.18.1</Version>
12+
<Version>0.19.0</Version>
1313
<Authors>Anna Sas</Authors>
1414
<Description>A small library housing UnitOfWork typings for EntityFrameworkCore</Description>
1515
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
@@ -24,14 +24,14 @@
2424
</PropertyGroup>
2525

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

3232
<ItemGroup>
3333
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2"/>
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
3535
</ItemGroup>
3636

3737
</Project>

src/CodeOfChaos.Types.UnitOfWork/CodeOfChaos.Types.UnitOfWork.csproj

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

88
<!-- Main package name -->
99
<PackageId>CodeOfChaos.Types.UnitOfWork</PackageId>
10-
<Version>0.18.1</Version>
10+
<Version>0.19.0</Version>
1111
<Authors>Anna Sas</Authors>
1212
<Description>A small library housing UnitOfWork typings for EntityFrameworkCore</Description>
1313
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
@@ -22,19 +22,19 @@
2222
</PropertyGroup>
2323

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

3030
<ItemGroup>
3131
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2"/>
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<ProjectReference Include="..\CodeOfChaos.Types\CodeOfChaos.Types.csproj"/>
37-
<ProjectReference Include="..\CodeOfChaos.Types.UnitOfWork.Contracts\CodeOfChaos.Types.UnitOfWork.Contracts.csproj"/>
36+
<ProjectReference Include="..\CodeOfChaos.Types\CodeOfChaos.Types.csproj" />
37+
<ProjectReference Include="..\CodeOfChaos.Types.UnitOfWork.Contracts\CodeOfChaos.Types.UnitOfWork.Contracts.csproj" />
3838
</ItemGroup>
3939

4040
</Project>

src/CodeOfChaos.Types/CodeOfChaos.Types.csproj

Lines changed: 7 additions & 7 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.18.1</Version>
11+
<Version>0.19.0</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,17 +23,17 @@
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="3.11.0"/>
36+
<PackageReference Include="AterraEngine.Unions" Version="3.11.0" />
3737
<PackageReference Include="AterraEngine.Unions.Generators" Version="3.11.0">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -42,7 +42,7 @@
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)