Skip to content

Commit

Permalink
wip deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsales committed Sep 28, 2024
1 parent c6acbcb commit 85e3bc2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Empty file added .github/workflows/publish.yml
Empty file.
6 changes: 6 additions & 0 deletions SSync.LiteDB.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PackageId>SSync.Client.LitebDB</PackageId>
<Version>1.0.0-alpha.1</Version>
<Authors>Gabriel Sales</Authors>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>database nosql embedded sync api web api</PackageTags>
<Title>SSync Client LitebDB</Title>


</PropertyGroup>

Expand Down
12 changes: 12 additions & 0 deletions src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>



<PackageId>SSync.Server.LitebDB</PackageId>
<Version>1.0.0-alpha.1</Version>
<Authors>Gabriel Sales</Authors>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>database nosql embedded sync api web api</PackageTags>
<Title>SSync Server LitebDB</Title>


</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 85e3bc2

Please sign in to comment.