File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.7.4
2+
3+ - [ Fix] Fixed Cake addin target version (#95 , thanks @crash-dive )
4+ - [ Fix] Removed Newtonsoft.Json as package dependency from MSBuild task (#96 )
5+ - [ Fix] Tweaked Visual Studio dependencies for VSIX package to work on older Visual Studio versions (#93 )
6+ - [ Fix] Changed build property failures to a warning for better Mono support (#92 )
7+
18# 0.7.3
29
310- [ Feature] Adds option to continue on MSBuild task failures (#37 )
Original file line number Diff line number Diff line change 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 =" Scripty.CustomTool" Version =" 0.7.3 .0" Language =" en-US" Publisher =" Dave Glick" />
4+ <Identity Id =" Scripty.CustomTool" Version =" 0.7.4 .0" Language =" en-US" Publisher =" Dave Glick" />
55 <DisplayName >Scripty</DisplayName >
66 <Description xml : space =" preserve" >Runs Scripty as a custom tool.</Description >
77 <MoreInfo >https://github.com/daveaglick/Scripty</MoreInfo >
Original file line number Diff line number Diff line change 66using System . Reflection ;
77
88[ assembly: AssemblyProduct ( "Scripty" ) ]
9- [ assembly: AssemblyVersion ( "0.7.3 " ) ]
10- [ assembly: AssemblyFileVersion ( "0.7.3 " ) ]
11- [ assembly: AssemblyInformationalVersion ( "0.7.3 " ) ]
9+ [ assembly: AssemblyVersion ( "0.7.4 " ) ]
10+ [ assembly: AssemblyFileVersion ( "0.7.4 " ) ]
11+ [ assembly: AssemblyInformationalVersion ( "0.7.4 " ) ]
1212[ assembly: AssemblyCopyright ( "Copyright © Scripty Contributors" ) ]
1313
You can’t perform that action at this time.
0 commit comments