Skip to content

Commit

Permalink
ezrSquared Net4.8 prerelease-1.0.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Jan 26, 2023
1 parent ea5adea commit 573900f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace ezrSquared.Constants
{
public static class constants
{
public const string VERSION = "prerelease-1.0.0.0.1";
public const string VERSION = "prerelease-1.0.0.0.2";
public const string VERSION_DATE = "26.01.2023";

public const string LETTERS_UNDERSCORE = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_";
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ to be used in other programs. Check out ezr
### Released
**Check the [GitHub Commits](https://github.com/Uralstech/ezrSquaredNet4.8/commits) for all changes in source code**

* **prerelease-1.0.0.0.2** - [26-01-23]
* Removed useless `using` for IO library

* **prerelease-1.0.0.0.1** - [26-01-23]
* Fixed array slicing

Expand Down
1 change: 0 additions & 1 deletion ezr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.IO;
using System;

using ezrSquared.Libraries.IO;
using ezrSquared.Libraries.STD;
using ezrSquared.Libraries.Random;

Expand Down
3 changes: 2 additions & 1 deletion ezrSquaredNet4.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<TargetFramework>net4.8</TargetFramework>
<LangVersion>9.0</LangVersion>
<RootNamespace>ezrSquared</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit 573900f

Please sign in to comment.