Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Nov 28, 2023
1 parent 59fa218 commit dc0a3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
[#] Bug Fixes<br>
[.] Others

### V 1.2.0 - 28/11/2023
[.] SharpEngine.Core : 1.7.2<br/>
[.] Refactor with SonarCloud

### V 1.1.0 - 22/11/2023
[.] Update SharpEngine.Core to 1.6.0<br/>
[.] Net 8
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine.SQLite/SESQLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public static class SESQLite
public static void AddVersions()
{
DebugManager.Versions.Add("System.Data.SQLite", "1.0.118");
DebugManager.Versions.Add("SharpEngine.SQLite", "1.1.0");
DebugManager.Versions.Add("SharpEngine.SQLite", "1.2.0");
}
}
2 changes: 1 addition & 1 deletion SharpEngine.SQLite/SharpEngine.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.SQLite</PackageProjectUrl>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit dc0a3d2

Please sign in to comment.