From 339642a8c82a892e9fc64466a0da6e27582e1732 Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:04:36 +0500 Subject: [PATCH 1/8] Create dotnet-core.yml --- .github/workflows/dotnet-core.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/dotnet-core.yml diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml new file mode 100644 index 0000000..347cb80 --- /dev/null +++ b/.github/workflows/dotnet-core.yml @@ -0,0 +1,25 @@ +name: .NET Core + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.301 + - name: Install dependencies + run: dotnet restore + - name: Build + run: dotnet build --configuration Release --no-restore + - name: Test + run: dotnet test --no-restore --verbosity normal From b3b989fce1e63a008941bd93f9844770f3c845c5 Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:05:11 +0500 Subject: [PATCH 2/8] Create blank.yml --- .github/workflows/blank.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..d6783e2 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 6ceb81a01bf76faf2dbbfda7b941459f64ca3f7f Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:09:53 +0500 Subject: [PATCH 3/8] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 274808cab0292ab5e40e945a9394ee226d8ece92 Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:12:10 +0500 Subject: [PATCH 4/8] Set theme jekyll-theme-cayman --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- _config.yml | 1 + 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 _config.yml diff --git a/README.md b/README.md index 48f764c..587db2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ -# SpyNote -SpyNote V6.4 +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/hamzaharoon1314/SpyNote/edit/master/README.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/hamzaharoon1314/SpyNote/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From 34e72ec1ec4224d2b9be258888425bb5e845fd5c Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:12:18 +0500 Subject: [PATCH 5/8] Update README.md From 04affd49c2636b7f670a415e9bbb0535b4c2f010 Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Tue, 18 Aug 2020 10:13:35 +0500 Subject: [PATCH 6/8] Update README.md --- README.md | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 587db2e..dbe5fcd 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,2 @@ -## Welcome to GitHub Pages - -You can use the [editor on GitHub](https://github.com/hamzaharoon1314/SpyNote/edit/master/README.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/hamzaharoon1314/SpyNote/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. +## Welcome to SpyNote V6.4 Inner Look of Te World. + SpyNote V6.4 Complete Source code From 9ad212fc861f0f1922c5b6aeb108ab47bc7b02a7 Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Sat, 9 Jan 2021 17:38:02 +0500 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe5fcd..c9a7ab6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ ## Welcome to SpyNote V6.4 Inner Look of Te World. - SpyNote V6.4 Complete Source code + SpyNote V6.4 Complete Source code Leaked From ae095b82b0a4545e945f84a33f76786dfb556aaa Mon Sep 17 00:00:00 2001 From: Hamza Haroon Date: Sat, 5 Apr 2025 14:57:39 +0500 Subject: [PATCH 8/8] README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a7ab6..fc77c06 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -## Welcome to SpyNote V6.4 Inner Look of Te World. - SpyNote V6.4 Complete Source code Leaked +## Welcome to SpyNote V6.4: An Inner Look at the World. +SpyNote V6.4 Complete Source Code Leaked. +Be Aware, this may include viruses or trojans. I would never suggest running this code on your main machine.