Skip to content

Commit 44288de

Browse files
committed
VersionBump : v0.2.0
1 parent b987322 commit 44288de

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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.0.0</Version>
11+
<Version>0.2.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/CodeOfChaos.Types.csproj

Lines changed: 1 addition & 1 deletion
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.1.0</Version>
11+
<Version>0.2.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>

src/Tools.CodeOfChaos.Types/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public static async Task Main(string[] args) {
2323
// Sometimes CLI params is not the answer.
2424
// Code is the true saviour
2525
string projects = string.Join(";",
26-
"CodeOfChaos.Types"
26+
"CodeOfChaos.Types",
27+
"CodeOfChaos.Types.TypedValueStore"
2728
);
2829
string oneLineArgs = InputHelper.ToOneLine(args).Replace("%PROJECTS%", projects);
2930

0 commit comments

Comments
 (0)