Skip to content

Commit 59aef84

Browse files
committed
Release 1.8.4.2
1 parent 1587145 commit 59aef84

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
// You can specify all the values or you can default the Build and Revision Numbers
5656
// by using the '*' as shown below:
5757
// [assembly: AssemblyVersion("1.0.*")]
58-
[assembly: AssemblyVersion("1.8.4.1")]
59-
[assembly: AssemblyFileVersion("1.8.4.1")]
60-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
58+
[assembly: AssemblyVersion("1.8.4.2")]
59+
[assembly: AssemblyFileVersion("1.8.4.2")]
60+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
6161

6262
[assembly: XmlnsPrefix("http://sharpvectors.codeplex.com/svgc/", "svgc")]
6363
[assembly: XmlnsDefinition("http://sharpvectors.codeplex.com/svgc/", "SharpVectors.Converters")]

Source/SharpVectorCore/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
//
3030
// You can specify all the values or you can default the Revision and Build Numbers
3131
// by using the '*' as shown below:
32-
[assembly: AssemblyVersion("1.8.4.1")]
33-
[assembly: AssemblyFileVersion("1.8.4.1")]
34-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
32+
[assembly: AssemblyVersion("1.8.4.2")]
33+
[assembly: AssemblyFileVersion("1.8.4.2")]
34+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
3535

3636
//
3737
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorCss/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("1.8.4.1")]
34-
[assembly: AssemblyFileVersion("1.8.4.1")]
35-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
33+
[assembly: AssemblyVersion("1.8.4.2")]
34+
[assembly: AssemblyFileVersion("1.8.4.2")]
35+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
3636

3737
//
3838
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorDom/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("1.8.4.1")]
34-
[assembly: AssemblyFileVersion("1.8.4.1")]
35-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
33+
[assembly: AssemblyVersion("1.8.4.2")]
34+
[assembly: AssemblyFileVersion("1.8.4.2")]
35+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
3636

3737
//
3838
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorModel/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
//
3030
// You can specify all the values or you can default the Revision and Build Numbers
3131
// by using the '*' as shown below:
32-
[assembly: AssemblyVersion("1.8.4.1")]
33-
[assembly: AssemblyFileVersion("1.8.4.1")]
34-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
32+
[assembly: AssemblyVersion("1.8.4.2")]
33+
[assembly: AssemblyFileVersion("1.8.4.2")]
34+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
3535

3636
//
3737
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
//
3030
// You can specify all the values or you can default the Revision and Build Numbers
3131
// by using the '*' as shown below:
32-
[assembly: AssemblyVersion("1.8.4.1")]
33-
[assembly: AssemblyFileVersion("1.8.4.1")]
34-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
32+
[assembly: AssemblyVersion("1.8.4.2")]
33+
[assembly: AssemblyFileVersion("1.8.4.2")]
34+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
3535

3636
//
3737
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("1.8.4.1")]
57-
[assembly: AssemblyFileVersion("1.8.4.1")]
58-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
56+
[assembly: AssemblyVersion("1.8.4.2")]
57+
[assembly: AssemblyFileVersion("1.8.4.2")]
58+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
5959

6060
//
6161
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
// You can specify all the values or you can default the Build and Revision Numbers
5656
// by using the '*' as shown below:
5757
// [assembly: AssemblyVersion("1.0.*")]
58-
[assembly: AssemblyVersion("1.8.4.1")]
59-
[assembly: AssemblyFileVersion("1.8.4.1")]
60-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
58+
[assembly: AssemblyVersion("1.8.4.2")]
59+
[assembly: AssemblyFileVersion("1.8.4.2")]
60+
[assembly: AssemblyInformationalVersion("1.8.4.2")]
6161

6262
//
6363
// In order to sign your assembly you must specify a key to use. Refer to the

Source/SharpVectorScripting/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.8.4.1")]
36-
[assembly: AssemblyFileVersion("1.8.4.1")]
37-
[assembly: AssemblyInformationalVersion("1.8.4.1")]
35+
[assembly: AssemblyVersion("1.8.4.2")]
36+
[assembly: AssemblyFileVersion("1.8.4.2")]
37+
[assembly: AssemblyInformationalVersion("1.8.4.2")]

Source/SharpVectors.1.8.4.1.snupkg

-2.4 MB
Binary file not shown.

Source/SharpVectors.1.8.4.2.snupkg

2.4 MB
Binary file not shown.
-2.4 MB
Binary file not shown.
2.4 MB
Binary file not shown.

Source/SharpVectors.Reloaded.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
1717
<readme>docs\SharpVectors.Reloaded.md</readme>
1818
<releaseNotes>
19-
Release 1.8.4.1
20-
* Fixed transparency issue.
19+
Release 1.8.4.2
20+
* Fixed a color bug introduced in 1.8.4.1.
2121
</releaseNotes>
2222
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
2323
<dependencies>
-2.17 MB
Binary file not shown.
2.17 MB
Binary file not shown.

Source/SharpVectors.Wpf.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
1717
<readme>docs\SharpVectors.Wpf.md</readme>
1818
<releaseNotes>
19-
Release 1.8.4.1
20-
* Fixed transparency issue.
19+
Release 1.8.4.2
20+
* Fixed a color bug introduced in 1.8.4.1.
2121
</releaseNotes>
2222
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
2323
<dependencies>

Source/SharpVectors.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
1717
<readme>docs\SharpVectors.md</readme>
1818
<releaseNotes>
19-
Release 1.8.4.1
20-
* Fixed transparency issue.
19+
Release 1.8.4.2
20+
* Fixed a color bug introduced in 1.8.4.1.
2121
</releaseNotes>
2222
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
2323
<dependencies>

0 commit comments

Comments
 (0)