Skip to content

Commit

Permalink
Infrastructure Preparation 118
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Feb 18, 2023
1 parent 56ea5c5 commit 14bb26a
Show file tree
Hide file tree
Showing 51 changed files with 69 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Skylark.Extension;
using Skylark.Extension.Color;
using Skylark.Helper;
using Skylark.Struct;
using Skylark.Struct.Colorise;
using System.Drawing;

namespace ConsoleDemoColor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Cryptology;

namespace ConsoleDemoCryptology
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Css;

namespace ConsoleDemoCss
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Hash;

namespace ConsoleDemoHash
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Html;

namespace ConsoleDemoHtml
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Js;

namespace ConsoleDemoJs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Json;

namespace ConsoleDemoJson
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Lottery;
using Skylark.Struct.Lottery;

namespace ConsoleDemoLottery
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Extension.Password;

namespace ConsoleDemoPassword
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Ping;
using Skylark.Struct.Ping;

namespace ConsoleDemoPing
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Extension.Port;

namespace ConsoleDemoPort
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Speed;

namespace ConsoleDemoSpeed
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Storage;
using Skylark.Struct.Storage;

namespace ConsoleDemoStorage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Extension.Tax;
using Skylark.Helper;
using Skylark.Struct;
using Skylark.Struct.Tax;

namespace ConsoleDemoTax
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Temperature;

namespace ConsoleDemoTemperature
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Extension.Text;

namespace ConsoleDemoText
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Time;
using Skylark.Struct.Time;

namespace ConsoleDemoTime
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Typography;

namespace ConsoleDemoTypography
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Unicode;

namespace ConsoleDemoUnicode
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Skylark.Extension;
using Skylark.Extension.Url;

namespace ConsoleDemoUrl
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Skylark.Enum;
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Web;
using Skylark.Struct.Web;

namespace ConsoleDemoWeb
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Skylark.Extension;
using Skylark.Struct;
using Skylark.Extension.Word;
using Skylark.Struct.Word;

namespace ConsoleDemoWord
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skylark" Version="2.0.2.8" />
<PackageReference Include="Skylark" Version="2.0.2.9" />
</ItemGroup>

</Project>
Loading

0 comments on commit 14bb26a

Please sign in to comment.