File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
Zbu.ModelsBuilder.CustomTool Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 4
4
xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
5
5
<Metadata >
6
6
<Identity Id =" 916c2f10-863f-4d87-b57c-ff69b7037498"
7
- Version =" 2.1.0.37 "
7
+ Version =" 2.1.1.38 "
8
8
Language =" en-US"
9
9
Publisher =" Pilotine - ZpqrtBnk" />
10
10
<DisplayName >ZpqrtBnk Umbraco ModelsBuilder Custom Tool</DisplayName >
Original file line number Diff line number Diff line change 28
28
// Also need to
29
29
30
30
// Assembly
31
- [ assembly: AssemblyVersion ( "2.1.0.37 " ) ]
32
- [ assembly: AssemblyFileVersion ( "2.1.0.37 " ) ]
31
+ [ assembly: AssemblyVersion ( "2.1.1.38 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "2.1.1.38 " ) ]
33
33
34
34
// NuGet Package
35
35
// Note: cannot release "1.8.0" because it depends on pre-release NuGet packages
36
36
// so I have to use 1.8.0-final...
37
- [ assembly: AssemblyInformationalVersion ( "2.1.0 -final" ) ]
37
+ [ assembly: AssemblyInformationalVersion ( "2.1.1 -final" ) ]
38
38
// Do not remove this line.
Original file line number Diff line number Diff line change 10
10
<description >ZpqrtBnk Umbraco ModeslBuilder Libraries.</description >
11
11
<copyright >Copyright © Pilotine - ZpqrtBnk 2013-2014</copyright >
12
12
<dependencies >
13
- <dependency id =" Microsoft.CodeAnalysis.CSharp" version =" 1.0.0-beta1-20141031-01 " />
13
+ <dependency id =" Microsoft.CodeAnalysis.CSharp" version =" 1.0.0-rc1 " />
14
14
<!-- don't need those as Microsoft.CodeAnalysis.CSharp depends on them -->
15
15
<!--
16
16
<dependency id="Microsoft.Bcl.Immutable" version="1.1.22-beta" />
Original file line number Diff line number Diff line change 1
1
BUILD
2
2
-----
3
3
4
+ NEW VERSION
5
+ -----------
6
+
7
+ - update Zbu.ModelsBuilder/Properties/CommonInfo.cs
8
+ - update Zbu.ModelsBuilder.CustomTool/source.extension.vsixmanifest
9
+
10
+ NEW VERSION OF ROSLYN
11
+ ---------------------
12
+
13
+ - update Zbu.ModelsBuilder/build/nuspecs/Zbu.ModelsBuilder.nuspec
14
+
15
+ MISC
16
+ ----
17
+
4
18
Configurations "Debug-U6" and "Release-U6" are for Umbraco v6.
5
19
Both define compile constant UMBRACO_6
6
20
Which is used in Zbu.ModelsBuilder.AspNet.ModelsBuilderAuthFilter
You can’t perform that action at this time.
0 commit comments