Skip to content

Commit

Permalink
Updated title of extension
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Jan 14, 2022
1 parent ee6f16d commit 5598144
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion src/RestClientVS/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace RestClientVS
internal sealed partial class Vsix
{
public const string Id = "RestClientVS.a7b4a362-3ce8-4953-9b19-a35166f2cbfd";
public const string Name = "Rest Client";
public const string Name = "REST Client";
public const string Description = @"REST Client allows you to send HTTP request and view the response in Visual Studio directly. Based on the popular VS Code extension";
public const string Language = "en-US";
public const string Version = "1.2";
Expand Down
2 changes: 1 addition & 1 deletion src/RestClientVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="RestClientVS.a7b4a362-3ce8-4953-9b19-a35166f2cbfd" Version="1.2" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Rest Client</DisplayName>
<DisplayName>REST Client</DisplayName>
<Description xml:space="preserve">REST Client allows you to send HTTP request and view the response in Visual Studio directly. Based on the popular VS Code extension</Description>
<MoreInfo>https://github.com/madskristensen/RestClientVS</MoreInfo>
<License>Resources\LICENSE</License>
Expand Down

0 comments on commit 5598144

Please sign in to comment.