diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml deleted file mode 100644 index 8c56ad0..0000000 --- a/.github/workflows/deploy-pages.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Deploy to GitHub Pages - -on: - push: - branches: - - develop - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - permissions: - contents: write - - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v4 - - - name: Setup Node.js ⚙️ - uses: actions/setup-node@v4 - with: - node-version: '18' - - - name: Install Dependencies 📦 - run: | - npm install - working-directory: .pages - - - name: Build 🔧 - run: | - npm run build - working-directory: .pages - - - name: Deploy to GitHub Pages 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: .pages/dist - branch: gh-pages - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.pages/uuid.tar b/.pages/uuid.tar new file mode 100644 index 0000000..e7091ea Binary files /dev/null and b/.pages/uuid.tar differ diff --git a/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj b/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj index 430db17..bed3e93 100644 --- a/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj +++ b/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj @@ -11,7 +11,7 @@ Resources\UUID.ico - 1.0.6 + 1.0.7 $(Version) true UUID.Serialization.Newtonsoft diff --git a/src/UUID.Serialization.System/UUID.Serialization.System.csproj b/src/UUID.Serialization.System/UUID.Serialization.System.csproj index 6aeaaca..0a0c222 100644 --- a/src/UUID.Serialization.System/UUID.Serialization.System.csproj +++ b/src/UUID.Serialization.System/UUID.Serialization.System.csproj @@ -11,7 +11,7 @@ Resources\UUID.ico - 1.0.6 + 1.0.7 $(Version) true UUID.Serialization.System diff --git a/src/UUID/UUID.csproj b/src/UUID/UUID.csproj index 803b014..22ac9f7 100644 --- a/src/UUID/UUID.csproj +++ b/src/UUID/UUID.csproj @@ -11,7 +11,7 @@ Resources\UUID.ico - 1.0.6 + 1.0.7 $(Version) true UUID