Skip to content

Commit b873a35

Browse files
committed
nuspec: bump version to 5.0.4
1 parent 11603da commit b873a35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/AvalonEdit.Sample.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>AvalonEdit.Sample</id>
5-
<version>5.0.3</version>
5+
<version>5.0.4</version>
66
<authors>Daniel Grunwald</authors>
77
<owners>SharpDevelop</owners>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -16,7 +16,7 @@ StartupUri="/Samples/AvalonEdit/Window1.xaml"</description>
1616
<summary>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop.</summary>
1717
<language>en-US</language>
1818
<dependencies>
19-
<dependency id="AvalonEdit" version="5.0.3" />
19+
<dependency id="AvalonEdit" version="5.0.4" />
2020
</dependencies>
2121
<frameworkAssemblies>
2222
<frameworkAssembly assemblyName="System.Windows.Forms" />

packages/AvalonEdit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>AvalonEdit</id>
5-
<version>5.0.3</version>
5+
<version>5.0.4</version>
66
<authors>Daniel Grunwald</authors>
77
<owners>SharpDevelop</owners>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>

0 commit comments

Comments
 (0)