Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
885c63f
Moved newtonsoft json to system text json
sunil-lakshman Apr 23, 2026
e6b152f
Updated dotnet version
sunil-lakshman Apr 23, 2026
5151ae5
Updated version bumps
sunil-lakshman Apr 23, 2026
e07f21b
Revert "Updated version bumps"
sunil-lakshman Apr 23, 2026
23c5277
Merge pull request #169 from contentstack/feat/dx-4964
sunil-lakshman Apr 29, 2026
2e8ed7a
chore: updated utils version bump
cs-raj May 4, 2026
fe78f4c
Merge pull request #173 from contentstack/chore/version-bump
cs-raj May 4, 2026
2e8a384
update the version bump
OMpawar-21 Jun 9, 2026
20f46c8
Merge pull request #178 from contentstack/enhc/beta-to-main-version-bump
OMpawar-21 Jun 9, 2026
9706449
feat: dynamic endpoint resolution via CDN-backed regions registry
OMpawar-21 Jun 19, 2026
adaaf89
Merge branch 'development' into enhc/DX-7269
OMpawar-21 Jun 19, 2026
3f49e4b
Revert "Merge branch 'development' into enhc/DX-7269"
OMpawar-21 Jun 20, 2026
19f3005
feat: added test cases fix
OMpawar-21 Jun 20, 2026
c50230f
Delete requirements.txt
OMpawar-21 Jun 20, 2026
4999509
Merge pull request #179 from contentstack/enhc/DX-7269
OMpawar-21 Jun 20, 2026
10e71e6
Update Contentstack.Core.csproj
OMpawar-21 Jun 22, 2026
b402191
Merge pull request #181 from contentstack/fix/utils-package-beta-22-0…
OMpawar-21 Jun 22, 2026
afbbae9
Delete issues-jira.yml
Aravind-Kumar-cstk Jun 30, 2026
533c5c1
Merge branch 'master' into beta
OMpawar-21 Jul 9, 2026
820d16c
feat: Update the Read me and version bump for Major Release
OMpawar-21 Jul 10, 2026
2e8839b
Merge pull request #187 from contentstack/enhc/DX-9498
OMpawar-21 Jul 10, 2026
e516920
Add version 3.0.0 details to CHANGELOG
OMpawar-21 Jul 10, 2026
2593ac0
Update check-branch.yml
OMpawar-21 Jul 13, 2026
8267582
Merge pull request #186 from contentstack/beta
naman-contentstack Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .cursor/rules/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/back-merge-pr.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/check-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Check Branch'

on:
pull_request:

jobs:
check_branch:
runs-on: ubuntu-latest
steps:
# PRs into master are no longer blocked here based on their source branch.
# Direct merges into master (i.e. without going through PR review) are expected
# to be prevented by GitHub branch protection rules on master, not by this CI check.
- name: Branch check (informational only)
run: |
echo "This workflow no longer restricts which branch a PR into master can come from."
echo "Base branch : ${{ github.base_ref }}"
echo "Head branch : ${{ github.head_ref }}"
echo "Direct pushes/merges to master should be prevented via branch protection rules, not this workflow."
86 changes: 0 additions & 86 deletions .github/workflows/check-version-bump.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/issues-jira.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
dotnet-version: "10.0.x"

- name: Run Dotnet Restore
run: dotnet restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup .NET 7.0
- name: Setup .NET
uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: '7.0.x'
dotnet-version: '10.0.x'
- name: Restore dependencies
run: dotnet restore Contentstack.Net.sln
- name: Build solution
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ packages/
*.sln.docstates

# Python
Scripts/venv/
Scripts/venv/
# Cached region registry — regenerated at runtime from CDN
*/Assets/regions.json
49 changes: 0 additions & 49 deletions AGENTS.md

This file was deleted.

Loading
Loading