diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e8fab43..8322074 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Set Version Client run: | - sed -i -e 's/{{Version}}/${{github.ref_name}}/' ./src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj + sed -i -e 's/1.1.1/${{github.ref_name}}/' ./src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj - name: Restore Client run: dotnet restore ./src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - name: Set Version Server run: | - sed -i -e 's/{{Version}}/${{github.ref_name}}/' ./src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj + sed -i -e 's/1.1.1/${{github.ref_name}}/' ./src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj - name: Restore Server run: dotnet restore ./src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - name: Set Version Client run: | - sed -i -e 's/{{Version}}/${{github.ref_name}}/' ./src/SSync.Shared.ClientServer.LitebDB + sed -i -e 's/1.1.1/${{github.ref_name}}/' ./src/SSync.Shared.ClientServer.LitebDB - name: Restore Client run: dotnet restore ./src/SSync.Shared.ClientServer.LitebDB diff --git a/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj b/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj index 6ad2ac7..239d064 100644 --- a/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj +++ b/src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj @@ -6,7 +6,7 @@ enable SSync.Client.LitebDB - {{Version}} + 1.1.1 Gabriel Sales MIT MIT diff --git a/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj b/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj index b38bf4f..319d0c9 100644 --- a/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj +++ b/src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj @@ -8,7 +8,7 @@ SSync.Server.LitebDB - {{Version}} + 1.1.1 Gabriel Sales MIT MIT diff --git a/src/SSync.Shared.ClientServer.LitebDB/SSync.Shared.ClientServer.LitebDB.csproj b/src/SSync.Shared.ClientServer.LitebDB/SSync.Shared.ClientServer.LitebDB.csproj index 5d1df2f..4c82700 100644 --- a/src/SSync.Shared.ClientServer.LitebDB/SSync.Shared.ClientServer.LitebDB.csproj +++ b/src/SSync.Shared.ClientServer.LitebDB/SSync.Shared.ClientServer.LitebDB.csproj @@ -7,7 +7,7 @@ SSync.Shared.ClientServer.LitebDB - {{Version}} + 1.1.1 Gabriel Sales MIT MIT