Skip to content

Commit

Permalink
Release 1.8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushub committed Jul 23, 2024
1 parent c84ca9b commit 9b5dc19
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

[assembly: XmlnsPrefix("http://sharpvectors.codeplex.com/svgc/", "svgc")]
[assembly: XmlnsDefinition("http://sharpvectors.codeplex.com/svgc/", "SharpVectors.Converters")]
6 changes: 3 additions & 3 deletions Source/SharpVectorCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorCss/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorDom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorModel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion Source/SharpVectorRenderingWpf/Wpf/WpfRendering.cs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ protected void SetMask(WpfDrawingContext context)
}
}

Rect bounds = new Rect(0, 0, 1, 1);
//Rect bounds = new Rect(0, 0, 1, 1);
//Rect destRect = GetMaskDestRect(maskElement, bounds);

//destRect = bounds;
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorScripting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.1")]
[assembly: AssemblyFileVersion("1.8.4.1")]
[assembly: AssemblyInformationalVersion("1.8.4.1")]
Binary file added Source/SharpVectors.1.8.4.1.snupkg
Binary file not shown.
Binary file added Source/SharpVectors.Reloaded.1.8.4.1.snupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/SharpVectors.Reloaded.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.Reloaded.md</readme>
<releaseNotes>
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
Release 1.8.4.1
* Fixed transparency issue.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down
Binary file added Source/SharpVectors.Wpf.1.8.4.1.snupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/SharpVectors.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.Wpf.md</readme>
<releaseNotes>
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
Release 1.8.4.1
* Fixed transparency issue.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Source/SharpVectors.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.md</readme>
<releaseNotes>
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
Release 1.8.4.1
* Fixed transparency issue.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down

0 comments on commit 9b5dc19

Please sign in to comment.