Skip to content

Commit

Permalink
Update version numbers to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-FromVS authored and David-FromVS committed Jan 1, 2021
1 parent 562eb93 commit b4827ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CppCustomVisualizer/dll/CppCustomVisualizer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "David Lowndes"
VALUE "FileDescription", "Dave's Custom Visualizers"
VALUE "FileVersion", "1.0.0.1"
VALUE "FileVersion", "2.0.0.0"
VALUE "LegalCopyright", "(c) David Lowndes. All rights reserved."
VALUE "InternalName", "DavesCustomVisualizer.dll"
VALUE "OriginalFilename", "DavesCustomVisualizer.dll"
VALUE "ProductName", "Dave's Custom Visualizers"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "2.0.0.0"
VALUE "OLESelfRegister", ""
END
END
Expand Down
4 changes: 2 additions & 2 deletions CppCustomVisualizer/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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="B9711ED2-638F-4D99-9E69-F9D0DB51C1F9" Version="1.0" Language="en-US" Publisher="David Lowndes" />
<Identity Id="B9711ED2-638F-4D99-9E69-F9D0DB51C1F9" Version="2.0" Language="en-US" Publisher="David Lowndes" />
<DisplayName>Dave's Custom Visualizers</DisplayName>
<Description xml:space="preserve">Win32 Debug Visualizers</Description>
<MoreInfo>https://github.com/Dave-Lowndes/DavesVisualStudioVisualizers/tree/master/CppCustomVisualizer</MoreInfo>
<ReleaseNotes>https://github.com/Dave-Lowndes/DavesVisualStudioVisualizers/tree/master/CppCustomVisualizer</ReleaseNotes>
<Tags>FILETIME;SYSTEMTIME;PROPERTYKEY;COleDateTime,CTime,CTimeSpan</Tags>
<Tags>FILETIME;SYSTEMTIME;PROPERTYKEY;COleDateTime,CTime,CTimeSpan,LOGFONT</Tags>
<Version>2.0</Version>
</Metadata>
<Installation>
Expand Down

0 comments on commit b4827ed

Please sign in to comment.