Skip to content

Commit bca7cf2

Browse files
author
Stephan
committed
Version 8.0.5
1 parent 7fa8ae8 commit bca7cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
// Note: could not release "1.8.0" because it was depending on pre-release NuGet packages
3939
// for Roslyn, so had to release 1.8.0-final... starting with 2.1.3 Roslyn has a released
4040
// 1.0 version, so now we can release "2.1.3" without the "-final" extension.
41-
[assembly: AssemblyInformationalVersion("8.0.5-zb.1")]
41+
[assembly: AssemblyInformationalVersion("8.0.5")]
4242
// Do not remove this line.

src/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="F5C32FC3-6672-4665-803D-6C5D2CAC556A" Version="8.0.5.190605001" Language="en-US" Publisher="ZpqrtBnk" />
4+
<Identity Id="F5C32FC3-6672-4665-803D-6C5D2CAC556A" Version="8.0.5.190617001" Language="en-US" Publisher="ZpqrtBnk" />
55
<DisplayName>Umbraco ModelsBuilder Custom Tool</DisplayName>
66
<Description xml:space="preserve">Umbraco Visual Studio Custom Tool for generating strongly typed IPublishedContent models.</Description>
77
<MoreInfo>https://github.com/zpqrtbnk/Zbu.ModelsBuilder</MoreInfo>

0 commit comments

Comments
 (0)