diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c4b3f4c..ccffbc9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,16 +27,16 @@ jobs:
configuration: [Debug, Release]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
# Install the .NET Core workload
- name: Install .NET Core
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v5
with:
dotnet-version: 6.0.x
- name: Setup MSBuild.exe
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v2.0.0
- name: Execute unit tests
working-directory: Server
diff --git a/.gitignore b/.gitignore
index 3e759b7..c4f605c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -328,3 +328,6 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
+
+# OS generated
+.DS_Store
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a77e29..0147e6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,22 +13,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## 0.1.3
> Released Sep 09, 2023
-* Platform specific directories to allow linux builds (#2)
+* Platform specific directories to allow linux builds ([#2](../../pull/2))
## 0.1.2
> Released Aug 23, 2023
-* Rename `ShaderLab` section to `ShaderLS` (b43a5ac376f9537d014616df79e00d4912f7d86a)
+* Rename `ShaderLab` section to `ShaderLS` ([`b43a5ac`](../../commit/b43a5ac376f9537d014616df79e00d4912f7d86a))
## 0.1.1
> Released Aug 23, 2023
-* Fix completion in VSCode (d0cd9bfa15b175be30e5312215777c82a3e055e9)
+* Fix completion in VSCode ([`d0cd9bf`](../../commit/d0cd9bfa15b175be30e5312215777c82a3e055e9))
## 0.1.0
> Released May 05, 2023
-* Fix signature help (c5a1781767cefa5281f36c3ba408985e1c52a837)
+* Fix signature help ([`c5a1781`](../../commit/c5a1781767cefa5281f36c3ba408985e1c52a837))
## 0.0.1
> Released May 03, 2023
diff --git a/LICENSE b/LICENSE
index f08a77a..e3fb64e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Shen, Jen-Chieh
+Copyright (c) 2023-2025 Shen, Jen-Chieh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index bf6b7d7..1b45c26 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,18 @@
-
+