Skip to content

Commit 6f037fa

Browse files
committed
Release prep
1 parent b2929c0 commit 6f037fa

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

ReleaseNotes.md

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

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.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>

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.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

0 commit comments

Comments
 (0)