File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
CodeOfChaos.Types.TypedValueStore Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments