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.3
2+
3+ - [ Feature] Adds option to continue on MSBuild task failures (#37 )
4+ - [ Fix] Adds assembly binding attributes to the Visual Studio extension (#89 )
5+ - [ Fix] No longer uses a timeout for reading stdin
6+
17# 0.7.2
28
39- [ Fix] Removed the System.IO.FileSystem.Primitives dependency from the MSBuild task (#84 )
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.2 .0" Language =" en-US" Publisher =" Dave Glick" />
4+ <Identity Id =" Scripty.CustomTool" Version =" 0.7.3 .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.2 " ) ]
10- [ assembly: AssemblyFileVersion ( "0.7.2 " ) ]
11- [ assembly: AssemblyInformationalVersion ( "0.7.2 " ) ]
9+ [ assembly: AssemblyVersion ( "0.7.3 " ) ]
10+ [ assembly: AssemblyFileVersion ( "0.7.3 " ) ]
11+ [ assembly: AssemblyInformationalVersion ( "0.7.3 " ) ]
1212[ assembly: AssemblyCopyright ( "Copyright © Scripty Contributors" ) ]
1313
You can’t perform that action at this time.
0 commit comments