Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted committed Oct 29, 2021
1 parent 958cd66 commit 6d957f8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Emphasize.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{96FD07F0
.gitignore = .gitignore
.github\workflows\ci.yml = .github\workflows\ci.yml
LICENSE = LICENSE
publish.json = publish.json
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emphasize", "source\Emphasize\Emphasize.csproj", "{84E90011-58E4-4943-A990-73AEB0769625}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emphasize.UnitTests", "tests\Emphasize.UnitTests\Emphasize.UnitTests.csproj", "{5BC36D02-298C-4AFE-A63E-FA08E876DC4D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Emphasize.UnitTests", "tests\Emphasize.UnitTests\Emphasize.UnitTests.csproj", "{5BC36D02-298C-4AFE-A63E-FA08E876DC4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
13 changes: 13 additions & 0 deletions publish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": ["coding"],
"identity": {
"internalName": "Emphasize"
},
"overview": "README.md",
"priceCategory": "free",
"publisher": "reduckted",
"private": false,
"qna": true,
"repo": "https://github.com/reduckted/Emphasize"
}
4 changes: 2 additions & 2 deletions source/Emphasize/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
[assembly: AssemblyTitle("Emphasize")]
[assembly: AssemblyProduct("Emphasize")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
2 changes: 1 addition & 1 deletion source/Emphasize/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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="Emphasize.thirdwaffle.cef618e9-5abf-4ac2-8cdb-03f574f2ccdb" Version="1.2.3" Language="en-US" Publisher="reduckted" />
<Identity Id="Emphasize.cef618e9-5abf-4ac2-8cdb-03f574f2ccdb" Version="1.3.0" Language="en-US" Publisher="reduckted" />
<DisplayName>Emphasize!</DisplayName>
<Description xml:space="preserve">Add emphasis to your comments!</Description>
<MoreInfo>https://github.com/reduckted/emphasize</MoreInfo>
Expand Down

0 comments on commit 6d957f8

Please sign in to comment.