Skip to content

Commit 5469223

Browse files
committed
Release prep
1 parent 9ac2225 commit 5469223

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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)

src/Scripty.CustomTool/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

src/SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using 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

0 commit comments

Comments
 (0)