File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ### New in 0.27.1 (Released 2018/04/21)
2+
3+ * 2132 Problems with loading certain assemblies (0.27.0)
4+
15### New in 0.27.0 (Released 2018/04/19)
26
7+
38* 2078 Support expand environment variables in script pre-processor directives
49* 2047 Specify version during Nuget Updating
510* 2005 Add entries for Setup/Teardown in report
Original file line number Diff line number Diff line change 1010using System . Reflection ;
1111
1212[ assembly: AssemblyProduct ( "Cake" ) ]
13- [ assembly: AssemblyVersion ( "0.27.0 .0" ) ]
14- [ assembly: AssemblyFileVersion ( "0.27.0 .0" ) ]
15- [ assembly: AssemblyInformationalVersion ( "0.27.0 -beta.1+0.Branch.release/0.27.0 .Sha.67466468cec2e01e01ffa8d959aac168bb60762b " ) ]
13+ [ assembly: AssemblyVersion ( "0.27.1 .0" ) ]
14+ [ assembly: AssemblyFileVersion ( "0.27.1 .0" ) ]
15+ [ assembly: AssemblyInformationalVersion ( "0.27.1 -beta.1+0.Branch.release/0.27.1 .Sha.645ee5a6ca687c8da4d1ccba4a866101ae546022 " ) ]
1616[ assembly: AssemblyCopyright ( "Copyright (c) .NET Foundation and Contributors" ) ]
You can’t perform that action at this time.
0 commit comments