File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed 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
+
1
8
# 0.7.3
2
9
3
10
- [ Feature] Adds option to continue on MSBuild task failures (#37 )
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 =" 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" />
5
5
<DisplayName >Scripty</DisplayName >
6
6
<Description xml : space =" preserve" >Runs Scripty as a custom tool.</Description >
7
7
<MoreInfo >https://github.com/daveaglick/Scripty</MoreInfo >
Original file line number Diff line number Diff line change 6
6
using System . Reflection ;
7
7
8
8
[ 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 " ) ]
12
12
[ assembly: AssemblyCopyright ( "Copyright © Scripty Contributors" ) ]
13
13
You can’t perform that action at this time.
0 commit comments