Skip to content

Commit b1c686f

Browse files
committed
Code improvements and version update
1 parent ad7b893 commit b1c686f

File tree

55 files changed

+386
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+386
-442
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Applications/ConvertersWpf/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
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.2.0.0")]
59-
[assembly: AssemblyFileVersion("1.2.0.0")]
58+
[assembly: AssemblyVersion("1.3.0.0")]
59+
[assembly: AssemblyFileVersion("1.3.0.0")]

Applications/SquiggleWpf/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.0.0")]
55-
[assembly: AssemblyFileVersion("1.2.0.0")]
54+
[assembly: AssemblyVersion("1.3.0.0")]
55+
[assembly: AssemblyFileVersion("1.3.0.0")]
0 Bytes
Binary file not shown.

Output/SharpVectors.Core.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Css.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Dom.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Model.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Rendering.Gdi.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Rendering.Wpf.dll

0 Bytes
Binary file not shown.

Output/SharpVectors.Runtime.Wpf.dll

0 Bytes
Binary file not shown.

Samples/GdiTestSvgControl/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.3.0.0")]
36+
[assembly: AssemblyFileVersion("1.3.0.0")]

Samples/GdiTestSvgViewer/Properties/AssemblyInfo.cs

+3-32
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyProduct("Viewer")]
1414
[assembly: AssemblyCopyright("")]
1515
[assembly: AssemblyTrademark("")]
16-
[assembly: AssemblyCulture("")]
16+
[assembly: AssemblyCulture("")]
1717

1818
//
1919
// Version information for an assembly consists of the following four values:
@@ -25,34 +25,5 @@
2525
//
2626
// You can specify all the values or you can default the Revision and Build Numbers
2727
// by using the '*' as shown below:
28-
29-
[assembly: AssemblyVersion("0.3.1.*")]
30-
31-
//
32-
// In order to sign your assembly you must specify a key to use. Refer to the
33-
// Microsoft .NET Framework documentation for more information on assembly signing.
34-
//
35-
// Use the attributes below to control which key is used for signing.
36-
//
37-
// Notes:
38-
// (*) If no key is specified, the assembly is not signed.
39-
// (*) KeyName refers to a key that has been installed in the Crypto Service
40-
// Provider (CSP) on your machine. KeyFile refers to a file which contains
41-
// a key.
42-
// (*) If the KeyFile and the KeyName values are both specified, the
43-
// following processing occurs:
44-
// (1) If the KeyName can be found in the CSP, that key is used.
45-
// (2) If the KeyName does not exist and the KeyFile does exist, the key
46-
// in the KeyFile is installed into the CSP and used.
47-
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
48-
// When specifying the KeyFile, the location of the KeyFile should be
49-
// relative to the project output directory which is
50-
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
51-
// located in the project directory, you would specify the AssemblyKeyFile
52-
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
53-
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
54-
// documentation for more information on this.
55-
//
56-
//[assembly: AssemblyDelaySign(false)]
57-
//[assembly: AssemblyKeyFile("..\\..\\..\\SVGSharp.key")]
58-
//[assembly: AssemblyKeyName("")]
28+
[assembly: AssemblyVersion("1.3.0.0")]
29+
[assembly: AssemblyFileVersion("1.3.0.0")]

Samples/WpfShapeSvgTestBox/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.0.0")]
55-
[assembly: AssemblyFileVersion("1.2.0.0")]
54+
[assembly: AssemblyVersion("1.3.0.0")]
55+
[assembly: AssemblyFileVersion("1.3.0.0")]

Samples/WpfSvgTestBox/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.0.0")]
55-
[assembly: AssemblyFileVersion("1.2.0.0")]
54+
[assembly: AssemblyVersion("1.3.0.0")]
55+
[assembly: AssemblyFileVersion("1.3.0.0")]

Samples/WpfTestSvgSample/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.0.0")]
55-
[assembly: AssemblyFileVersion("1.2.0.0")]
54+
[assembly: AssemblyVersion("1.3.0.0")]
55+
[assembly: AssemblyFileVersion("1.3.0.0")]

Source/SharpVectorConvertersWpf/FontFamilyVisitor.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
42
using System.Windows;
53
using System.Windows.Media;
64

Source/SharpVectorConvertersWpf/LinkVisitor.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
22
using System.Xml;
3-
using System.Text;
43
using System.Collections.Generic;
54

6-
using System.Windows;
75
using System.Windows.Media;
86

97
using SharpVectors.Dom.Svg;

Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs

+3-3
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.2.0.0")]
59-
[assembly: AssemblyFileVersion("1.2.0.0")]
60-
[assembly: AssemblyInformationalVersion("1.2.0.0")]
58+
[assembly: AssemblyVersion("1.3.0.0")]
59+
[assembly: AssemblyFileVersion("1.3.0.0")]
60+
[assembly: AssemblyInformationalVersion("1.3.0.0")]
6161

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

Source/SharpVectorConvertersWpf/ShapeSvgCanvas.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using SharpVectors.Renderers.Utils;
2-
using System;
1+
using System;
32
using System.Windows;
43
using System.Windows.Controls;
54

5+
using SharpVectors.Renderers.Utils;
66
using SharpVectors.Converters.Shapes;
77

88
namespace SharpVectors.Converters

Source/SharpVectorConvertersWpf/Shapes/ShapeRenderingVisitor.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
using SharpVectors.Dom;
2-
using SharpVectors.Dom.Svg;
3-
using System;
1+
using System;
2+
using System.Xml;
43
using System.Windows;
54
using System.Windows.Controls;
65
using System.Windows.Media;
7-
using System.Xml;
86
using System.Windows.Shapes;
97

8+
using SharpVectors.Dom;
9+
using SharpVectors.Dom.Svg;
10+
1011
namespace SharpVectors.Converters.Shapes
1112
{
1213
using static SharpVectors.Converters.Shapes.WpfShapeHelper;

0 commit comments

Comments
 (0)