File tree 2 files changed +4
-4
lines changed
Umbraco.ModelsBuilder.CustomTool
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
// Also need to
29
29
30
30
// Assembly
31
- [ assembly: AssemblyVersion ( "3.0.0.90 " ) ]
32
- [ assembly: AssemblyFileVersion ( "3.0.0.90 " ) ]
31
+ [ assembly: AssemblyVersion ( "3.0.1.91 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.0.1.91 " ) ]
33
33
34
34
// NuGet Package
35
35
// Note: could not release "1.8.0" because it was depending on pre-release NuGet packages
36
36
// for Roslyn, so had to release 1.8.0-final... starting with 2.1.3 Roslyn has a released
37
37
// 1.0 version, so now we can release "2.1.3" without the "-final" extension.
38
- [ assembly: AssemblyInformationalVersion ( "3.0.0.90 " ) ]
38
+ [ assembly: AssemblyInformationalVersion ( "3.0.1.91-rc1 " ) ]
39
39
// Do not remove this line.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" F5C32FC3-6672-4665-803D-6C5D2CAC556A" Version =" 3.0.0.90 " Language =" en-US" Publisher =" Umbraco HQ" />
4
+ <Identity Id =" F5C32FC3-6672-4665-803D-6C5D2CAC556A" Version =" 3.0.1.91 " Language =" en-US" Publisher =" Umbraco HQ" />
5
5
<DisplayName >Umbraco ModelsBuilder Custom Tool</DisplayName >
6
6
<Description xml : space =" preserve" >Umbraco Visual Studio Custom Tool for generating strongly typed IPublishedContent models.</Description >
7
7
<MoreInfo >https://github.com/zpqrtbnk/Zbu.ModelsBuilder</MoreInfo >
You can’t perform that action at this time.
0 commit comments