diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..e69de29 diff --git a/SSync.LiteDB.sln b/SSync.LiteDB.sln index e3f554d..ef65f33 100644 --- a/SSync.LiteDB.sln +++ b/SSync.LiteDB.sln @@ -23,6 +23,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SSync.Server.LiteDB.PlayGro EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSync.Server.LitebDB.Tests", "test\SSync.Server.LitebDB.Tests\SSync.Server.LitebDB.Tests.csproj", "{41717DBF-139C-4A74-8BA4-E9B2B289F529}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36F96630-08DF-4386-AADB-C8E121988D5B}" + ProjectSection(SolutionItems) = preProject + .github\workflows\publish.yml = .github\workflows\publish.yml + readme.md = readme.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj b/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj index efebcb0..8014521 100644 --- a/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj +++ b/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj @@ -5,8 +5,14 @@ enable enable + SSync.Client.LitebDB + 1.0.0-alpha.1 Gabriel Sales MIT + MIT + database nosql embedded sync api web api + SSync Client LitebDB + diff --git a/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj b/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj index a40623a..229f51b 100644 --- a/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj +++ b/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj @@ -4,6 +4,18 @@ net8.0 enable enable + + + + SSync.Server.LitebDB + 1.0.0-alpha.1 + Gabriel Sales + MIT + MIT + database nosql embedded sync api web api + SSync Server LitebDB + +