From c149c4e1226aaa4183a0546f5db736035e36b09a Mon Sep 17 00:00:00 2001 From: Nino Maruszewski Date: Thu, 31 Dec 2020 18:57:21 -0600 Subject: [PATCH] Moved to new git repo - Updated all links - Changed names - Updated changelog --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- README.md | 17 ++++++++++------- package.json | 4 ++-- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a53429..8902773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this VS Code extension will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.2] - 12-31-2020 +### Changed: +- Changed git repo +- Updated links and names due to new repo + ## [1.1.1] - 10-02-2020 ### Changed: - Added snippet description to readme. diff --git a/LICENSE b/LICENSE index b3adccc..4d700c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 MrAwesomeRocks +Copyright (c) 2020 Nino Maruszewski 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 16e0871..b7e625c 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # Lorem Ipsum Generator for VSCode -![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mrawesomerocks.lipsum-generator?style=for-the-badge) ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MrAwesomeRocks.lipsum-generator?style=for-the-badge) ![Visual Studio MarketplaceRatings](https://img.shields.io/visual-studio-marketplace/r/MrAwesomeRocks.lipsum-generator?style=for-the-badge) [![GitHub license](https://img.shields.io/github/license/MrAwesomeRocks/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/MrAwesomeRocks/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues) +[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mrawesomerocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MrAwesomeRocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator) [![Visual Studio Marketplace Ratings](https://img.shields.io/visual-studio-marketplace/r/MrAwesomeRocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator&ssr=false#review-details) [![GitHub license](https://img.shields.io/github/license/NinoMaruszewski/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/NinoMaruszewski/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues) ## Table of Contents: - [Features](#Features) - [Extension Settings](#Extension-Settings) - [Known Bugs](#Known-Bugs) - [Release Notes](#Release-Notes) -- [Changelog](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/blob/master/CHANGELOG.md) -- [License](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/LICENSE) +- [Changelog](./CHANGELOG.md) +- [License](./LICENSE) ## Features Generating Lipsum text into a file: -![Generate Lipsum text into file](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/gen_lipsum_text.gif) +![Generate Lipsum text into file](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/gen_lipsum_text.gif) Generating and copying Lipsum text: -![Generate and copy Lipsum text](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/clip_lipsum_text.gif) +![Generate and copy Lipsum text](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/clip_lipsum_text.gif) Snippets: -![Paragraph and Sentence Lipsum snippets](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/lipsum_snippet.gif) +![Paragraph and Sentence Lipsum snippets](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/lipsum_snippet.gif) The two snippets are ``` lipSent @@ -44,10 +44,13 @@ This extension contributes the following settings: ## Known Bugs -None so far, but feel free to go to the [bug tracker](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues) to report any bugs that you find. +None so far, but feel free to go to the [bug tracker](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues) to report any bugs that you find. ## Release Notes +### 1.1.2 +Moved to [new git repo](https://github.com/NinoMaruszewski/vscode-lorem-ipsum). + ### 1.1.1 Added snippet description to readme. diff --git a/package.json b/package.json index af3b52c..083374a 100644 --- a/package.json +++ b/package.json @@ -69,11 +69,11 @@ "publisher": "MrAwesomeRocks", "repository": { "type": "git", - "url": "https://github.com/MrAwesomeRocks/vscode-lorem-ipsum.git" + "url": "https://github.com/NinoMaruszewski/vscode-lorem-ipsum.git" }, "icon": "icon.png", "bugs": { - "url": "https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues" + "url": "https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues" }, "license": "LICENSE" }