Skip to content

Commit 66b7358

Browse files
committed
Published a new version
1 parent 0e5a72b commit 66b7358

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/EditorUtils/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Constants
1414
#if DEBUG
1515
internal const string AssemblyVersion = "99.0.0.0";
1616
#else
17-
internal const string AssemblyVersion = "1.0.0.8";
17+
internal const string AssemblyVersion = "1.0.9.0";
1818
#endif
1919

2020
/// <summary>

Src/EditorUtilsVsix/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
3-
<Identifier Id="EditorUtilsVsix-1.0.0.8-5b3b8756-e1d7-4f07-bc0f-8f995063a6c4">
4-
<Name>EditorUtils 1.0.0.8</Name>
3+
<Identifier Id="EditorUtilsVsix-1.0.9.0-5b3b8756-e1d7-4f07-bc0f-8f995063a6c4">
4+
<Name>EditorUtils 1.0.9.0</Name>
55
<Author>Jared Parsons</Author>
6-
<Version>1.0.0.8</Version>
6+
<Version>1.0.9.0</Version>
77
<Description xml:space="preserve">VSIX for deploying EditorUtils utility library. </Description>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>https://github.com/jaredpar/EditorUtils</MoreInfoUrl>

0 commit comments

Comments
 (0)