From 65daf0fe6c8a07a4ff5e20d0caf56f39eeb4867d Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 14 Apr 2024 07:58:21 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20Websit?= =?UTF-8?q?e!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/english/blog/post-1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/english/blog/post-1.md b/content/english/blog/post-1.md index 959ce65d..0d90482d 100755 --- a/content/english/blog/post-1.md +++ b/content/english/blog/post-1.md @@ -23,9 +23,9 @@ Here are some common components of a package version: **Pre-release and Build Metadata**: Some package versions include additional information such as pre-release identifiers (e.g., alpha, beta, rc for release candidates) or build metadata (e.g., a timestamp or commit hash) to provide further context about the version. These components typically appear after the main version number and are separated by hyphens or other delimiters. -{{< notice "tip" >}} +{{< notice "Example" >}} -For example, a package version might look like this: `2.1.0-beta.1+20220315`. +A package version might look like this: `2.1.0-beta.1+20220315`. In this version: - Major version: 2 @@ -35,7 +35,7 @@ In this version: - Build metadata: 20220315 {{< /notice >}} -Package versions are crucial for software development, deployment, and dependency management. They allow developers to communicate changes effectively, ensure compatibility between different versions of software components, and track which version of a package is installed in a system or project. Various versioning schemes exist, and different projects may follow different conventions, but the underlying purpose remains the same: to provide clear and unambiguous versioning for software packages. +> Package versions are crucial for software development, deployment, and dependency management. They allow developers to communicate changes effectively, ensure compatibility between different versions of software components, and track which version of a package is installed in a system or project. Various versioning schemes exist, and different projects may follow different conventions, but the underlying purpose remains the same: to provide clear and unambiguous versioning for software packages. ## Checking package version To find out an installed package(Eg. Visual Studio Code) version in Snigdha OS, run the following command: