Skip to content

Commit 8c27c43

Browse files
committed
VersionBump : v0.7.0
1 parent e9c9ba3 commit 8c27c43

File tree

4 files changed

+121
-121
lines changed

4 files changed

+121
-121
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<RootNamespace>CodeOfChaos.Types</RootNamespace>
8-
9-
<!-- Main package name -->
10-
<PackageId>CodeOfChaos.Types.DataSeeder</PackageId>
11-
<Version>0.6.1</Version>
12-
<Authors>Anna Sas</Authors>
13-
<Description>A small library housing DataSeeder typings</Description>
14-
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15-
<PackageTags>typing</PackageTags>
16-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<DebugType>embedded</DebugType>
20-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21-
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
<PackageIcon>icon.png</PackageIcon>
23-
</PropertyGroup>
24-
25-
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder" />
27-
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
28-
</ItemGroup>
29-
30-
<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" />
34-
</ItemGroup>
35-
36-
<ItemGroup>
37-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
39-
</ItemGroup>
40-
41-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<RootNamespace>CodeOfChaos.Types</RootNamespace>
8+
9+
<!-- Main package name -->
10+
<PackageId>CodeOfChaos.Types.DataSeeder</PackageId>
11+
<Version>0.7.0</Version>
12+
<Authors>Anna Sas</Authors>
13+
<Description>A small library housing DataSeeder typings</Description>
14+
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15+
<PackageTags>typing</PackageTags>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<DebugType>embedded</DebugType>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageIcon>icon.png</PackageIcon>
23+
</PropertyGroup>
24+
25+
<ItemGroup Label="InternalsVisibleTo">
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder" />
27+
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
28+
</ItemGroup>
29+
30+
<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" />
34+
</ItemGroup>
35+
36+
<ItemGroup>
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
39+
</ItemGroup>
40+
41+
</Project>
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<RootNamespace>CodeOfChaos.Types</RootNamespace>
8-
9-
<!-- Main package name -->
10-
<PackageId>CodeOfChaos.Types.TypedValueStore</PackageId>
11-
<Version>0.6.1</Version>
12-
<Authors>Anna Sas</Authors>
13-
<Description>A small library housing TypedValueStore typings</Description>
14-
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15-
<PackageTags>typing</PackageTags>
16-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<DebugType>embedded</DebugType>
20-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21-
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
<PackageIcon>icon.png</PackageIcon>
23-
</PropertyGroup>
24-
25-
<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" />
29-
</ItemGroup>
30-
31-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<RootNamespace>CodeOfChaos.Types</RootNamespace>
8+
9+
<!-- Main package name -->
10+
<PackageId>CodeOfChaos.Types.TypedValueStore</PackageId>
11+
<Version>0.7.0</Version>
12+
<Authors>Anna Sas</Authors>
13+
<Description>A small library housing TypedValueStore typings</Description>
14+
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15+
<PackageTags>typing</PackageTags>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<DebugType>embedded</DebugType>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageIcon>icon.png</PackageIcon>
23+
</PropertyGroup>
24+
25+
<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" />
29+
</ItemGroup>
30+
31+
</Project>
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<LangVersion>latest</LangVersion>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
9-
<!-- Main package name -->
10-
<PackageId>CodeOfChaos.Types</PackageId>
11-
<Version>0.6.1</Version>
12-
<Authors>Anna Sas</Authors>
13-
<Description>A library of common types and classes within the CodeOfChaos project</Description>
14-
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15-
<PackageTags>typing</PackageTags>
16-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<DebugType>embedded</DebugType>
20-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21-
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
<PackageIcon>icon.png</PackageIcon>
23-
</PropertyGroup>
24-
25-
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types" />
27-
</ItemGroup>
28-
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" />
33-
</ItemGroup>
34-
35-
<ItemGroup>
36-
<PackageReference Include="AterraEngine.Unions" Version="2.5.0" />
37-
<PackageReference Include="AterraEngine.Unions.Generators" Version="2.5.0">
38-
<PrivateAssets>all</PrivateAssets>
39-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40-
</PackageReference>
41-
<PackageReference Include="CodeOfChaos.Extensions" Version="0.27.1" />
42-
</ItemGroup>
43-
44-
<ItemGroup>
45-
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj" />
46-
</ItemGroup>
47-
48-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<LangVersion>latest</LangVersion>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
9+
<!-- Main package name -->
10+
<PackageId>CodeOfChaos.Types</PackageId>
11+
<Version>0.7.0</Version>
12+
<Authors>Anna Sas</Authors>
13+
<Description>A library of common types and classes within the CodeOfChaos project</Description>
14+
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-types</PackageProjectUrl>
15+
<PackageTags>typing</PackageTags>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<DebugType>embedded</DebugType>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageIcon>icon.png</PackageIcon>
23+
</PropertyGroup>
24+
25+
<ItemGroup Label="InternalsVisibleTo">
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types" />
27+
</ItemGroup>
28+
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" />
33+
</ItemGroup>
34+
35+
<ItemGroup>
36+
<PackageReference Include="AterraEngine.Unions" Version="2.7.1" />
37+
<PackageReference Include="AterraEngine.Unions.Generators" Version="2.7.1">
38+
<PrivateAssets>all</PrivateAssets>
39+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40+
</PackageReference>
41+
<PackageReference Include="CodeOfChaos.Extensions" Version="0.28.2" />
42+
</ItemGroup>
43+
44+
<ItemGroup>
45+
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj" />
46+
</ItemGroup>
47+
48+
</Project>

src/Tools.CodeOfChaos.Types/Tools.CodeOfChaos.Types.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="CodeOfChaos.CliArgsParser.Library" Version="4.2.1"/>
12+
<PackageReference Include="CodeOfChaos.CliArgsParser.Library" Version="4.3.4" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)