diff --git a/License.md b/License.md
index 03938ba..daf3b65 100644
--- a/License.md
+++ b/License.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Tech Ninja Labs
+Copyright (c) 2024 Code Shayk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 9055a71..6457c79 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-#
FeatureOne v4.0.0
+#
FeatureOne v5.0.0
[](https://badge.fury.io/nu/FeatureOne) [](https://github.com/NinjaRocks/FeatureOne/blob/master/License.md) [](https://github.com/NinjaRocks/FeatureOne/actions/workflows/Build-Master.yml) [](https://github.com/ninjarocks/FeatureOne/releases/latest)
-[](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml) [](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
+[](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml) [](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
.Net Library to implement feature toggles.
--
diff --git a/src/FeatureOne.File/FeatureOne.File.csproj b/src/FeatureOne.File/FeatureOne.File.csproj
index 80f575e..b4a3ad3 100644
--- a/src/FeatureOne.File/FeatureOne.File.csproj
+++ b/src/FeatureOne.File/FeatureOne.File.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
disable
True
False
@@ -13,20 +13,20 @@
False
snupkg
FeatureOne.File
- Tech Ninja Labs
- Tech Ninja Labs
+ Code Shayk
+ Code Shayk
FeatureOne
.Net library to implement feature toggles with File system storage.
- Copyright (c) 2024 Tech Ninja Labs
+ Copyright (c) 2024 Code Shayk
README.md
- https://github.com/TechNinjaLabs/FeatureOne
+ https://github.com/codeshayk/FeatureOne
git
feature-toggle; feature-flag; feature-flags; feature-toggles; .net8.0; featureOne; File-system; File-Backend; File-Toggles;
- 4.0.0
+ 5.0.0
License.md
ninja-icon-16.png
- Release Notes v4.0.0. - Targets .Net 8.0
+ Release Notes v4.0.0. - Targets .Net 9.0
Library to Implement Feature Toggles to hide/show program features with File system storage.
- Provides Out of box Simple and Regex toggle conditions.
- Provides Out of box support for File system storage provider to store toggles on disk file.
diff --git a/src/FeatureOne.SQL/FeatureOne.SQL.csproj b/src/FeatureOne.SQL/FeatureOne.SQL.csproj
index 94584a8..d274686 100644
--- a/src/FeatureOne.SQL/FeatureOne.SQL.csproj
+++ b/src/FeatureOne.SQL/FeatureOne.SQL.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
disable
disable
True
@@ -14,20 +14,20 @@
False
snupkg
FeatureOne.SQL
- Tech Ninja Labs
- Tech Ninja Labs
+ Code Shayk
+ Code Shayk
FeatureOne
.Net library to implement feature toggles with SQL storage.
- Copyright (c) 2024 Tech Ninja Labs
+ Copyright (c) 2024 Code Shayk
README.md
- https://github.com/TechNinjaLabs/FeatureOne
+ https://github.com/CodeShayk/FeatureOne
git
feature-toggle; feature-flag; feature-flags; feature-toggles; .net8.0; featureOne; SQL-Backend; SQL-Toggles; SQL
- 4.0.0
+ 5.0.0
License.md
ninja-icon-16.png
- Release Notes v4.0.0. - Targets .Net 8.0
+ Release Notes v5.0.0. - Targets .Net 9.0
Library to Implement Feature Toggles to hide/show program features with SQL storage.
- Supports configuring all Db providers - MSSQL, SQLite, ODBC, OLEDB, MySQL, PostgreSQL.
- Provides Out of box Simple and Regex toggle conditions.
@@ -57,7 +57,8 @@
-
+
+
diff --git a/src/FeatureOne/AssemblyInfo.cs b/src/FeatureOne/AssemblyInfo.cs
index 141f8d7..1132093 100644
--- a/src/FeatureOne/AssemblyInfo.cs
+++ b/src/FeatureOne/AssemblyInfo.cs
@@ -11,7 +11,7 @@
using System;
using System.Reflection;
-[assembly: System.Reflection.AssemblyCompanyAttribute("Tech Ninja Labs")]
+[assembly: System.Reflection.AssemblyCompanyAttribute("Code Shayk")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(".Net Library to implement feature toggles.")]
diff --git a/src/FeatureOne/FeatureOne.csproj b/src/FeatureOne/FeatureOne.csproj
index 14d409b..a6a38aa 100644
--- a/src/FeatureOne/FeatureOne.csproj
+++ b/src/FeatureOne/FeatureOne.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
disable
disable
True
@@ -14,20 +14,20 @@
False
snupkg
FeatureOne
- Tech Ninja Labs
- Tech Ninja Labs
+ Code Shayk
+ Code Shayk
FeatureOne
.Net library to implement feature toggles.
- Copyright (c) 2024 Tech Ninja Labs
+ Copyright (c) 2024 Code Shayk
README.md
- https://github.com/TechNinjaLabs/FeatureOne
+ https://github.com/CodeShayk/FeatureOne
git
feature-toggle; feature-flag; feature-flags; feature-toggles; net8.0; featureOne
- 4.0.0
+ 5.0.0
LICENSE.md
ninja-icon-16.png
- Release Notes v4.0.0 Core Functionality :- Targets .Net 8.0
+ Release Notes v5.0.0 Core Functionality :- Targets .Net 9.0
Library to Implement Feature Toggles to hide/show program features. Does not contain storage provider.
- Provides Out of box Simple and Regex toggle conditions.
- Provides extensibility for custom implementations ie.
@@ -38,8 +38,8 @@
-
-
+
+
diff --git a/test/FeatureOne.File.Tests/FeatureOne.File.Tests.csproj b/test/FeatureOne.File.Tests/FeatureOne.File.Tests.csproj
index 21f7cf7..b056f15 100644
--- a/test/FeatureOne.File.Tests/FeatureOne.File.Tests.csproj
+++ b/test/FeatureOne.File.Tests/FeatureOne.File.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
enable
enable
@@ -10,11 +10,11 @@
-
-
-
-
-
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/test/FeatureOne.SQL.Tests/FeatureOne.SQL.Tests.csproj b/test/FeatureOne.SQL.Tests/FeatureOne.SQL.Tests.csproj
index 596f910..72baa16 100644
--- a/test/FeatureOne.SQL.Tests/FeatureOne.SQL.Tests.csproj
+++ b/test/FeatureOne.SQL.Tests/FeatureOne.SQL.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
enable
enable
@@ -10,13 +10,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -24,6 +24,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/test/FeatureOne.Tests/FeatureOne.Tests.csproj b/test/FeatureOne.Tests/FeatureOne.Tests.csproj
index ad63986..7fa8348 100644
--- a/test/FeatureOne.Tests/FeatureOne.Tests.csproj
+++ b/test/FeatureOne.Tests/FeatureOne.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
enable
enable
@@ -9,11 +9,11 @@
-
-
-
-
-
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive