Skip to content

Commit cab55c3

Browse files
committed
Update copyright end year
Upgrade NUnit packages Change Asserts to now required Constraint syntax
1 parent 11c07a6 commit cab55c3

Some content is hidden

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

73 files changed

+211
-202
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ csharp_style_var_elsewhere = false:suggestion
9696
dotnet_diagnostic.CA1001.severity = warning
9797
dotnet_diagnostic.CA1309.severity = suggestion
9898
dotnet_diagnostic.CA1805.severity = suggestion
99+
dotnet_diagnostic.CA1416.severity = none
99100

100101
#### Naming styles ####
101102
# Naming rules

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (c) 2003 RiskCare Ltd.
22
Copyright (c) 2010 SvgNet & SvgGdi Bridge Project
3-
Copyright (c) 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
3+
Copyright (c) 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Copyright © 2003 RiskCare Ltd. All rights reserved.
1414

1515
Copyright © 2010 SvgNet & SvgGdi Bridge Project. All rights reserved.
1616

17-
Copyright © 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
17+
Copyright © 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
1818

1919
Redistribution and use in source and binary forms, with or without
2020
modification, are permitted provided that the following conditions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RootPath":"D:\\myrepos\\SvgNet\\SvgDocTest","ProjectFileName":"SvgDocTest.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"AssemblyInfo.cs"},{"SourceFile":"Assert.cs"},{"SourceFile":"DocForm.cs"},{"SourceFile":"DocForm.Designer.cs"},{"SourceFile":"StringExtensions.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\myrepos\\SvgNet\\SvgNet\\bin\\Debug\\net462\\SVG.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.1\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\myrepos\\SvgNet\\SvgDocTest\\bin\\Debug\\SvgDocTest.exe","OutputItemRelativePath":"SvgDocTest.exe"},{"OutputItemFullPath":"D:\\myrepos\\SvgNet\\SvgDocTest\\bin\\Debug\\SvgDocTest.pdb","OutputItemRelativePath":"SvgDocTest.pdb"}],"CopyToOutputEntries":[]}

SvgDocTest/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright © 2003 RiskCare Ltd. All rights reserved.
33
Copyright © 2010 SvgNet & SvgGdi Bridge Project. All rights reserved.
4-
Copyright © 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
4+
Copyright © 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
55
66
Original source code licensed with BSD-2-Clause spirit, treat it thus, see accompanied LICENSE for more
77
*/
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček")]
1515
[assembly: AssemblyProduct("SvgNet")]
16-
[assembly: AssemblyCopyright("Copyright 2003, 2010, 2015-2023 RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček, Benjamin Peterson")]
16+
[assembly: AssemblyCopyright("Copyright 2003, 2010, 2015-2024 RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček, Benjamin Peterson")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: AssemblyVersion("1.0.0")]

SvgDocTest/Assert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright © 2003 RiskCare Ltd. All rights reserved.
33
Copyright © 2010 SvgNet & SvgGdi Bridge Project. All rights reserved.
4-
Copyright © 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
4+
Copyright © 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
55
66
Original source code licensed with BSD-2-Clause spirit, treat it thus, see accompanied LICENSE for more
77
*/

SvgDocTest/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright © 2003 RiskCare Ltd. All rights reserved.
33
Copyright © 2010 SvgNet & SvgGdi Bridge Project. All rights reserved.
4-
Copyright © 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
4+
Copyright © 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
55
66
Original source code licensed with BSD-2-Clause spirit, treat it thus, see accompanied LICENSE for more
77
*/

SvgDocTest/SvgDocTest.csproj

Lines changed: 114 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,117 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3-
<PropertyGroup>
4-
<ProjectType>Local</ProjectType>
5-
<ProductVersion>8.0.30319</ProductVersion>
6-
<SchemaVersion>2.0</SchemaVersion>
7-
<ProjectGuid>{6A203A21-673D-45E1-A7F5-D7112E114D6E}</ProjectGuid>
8-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<ApplicationIcon>App.ico</ApplicationIcon>
11-
<AssemblyKeyContainerName />
12-
<AssemblyName>SvgDocTest</AssemblyName>
13-
<AssemblyOriginatorKeyFile />
14-
<DefaultClientScript>JScript</DefaultClientScript>
15-
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16-
<DefaultTargetSchema>IE50</DefaultTargetSchema>
17-
<DelaySign>false</DelaySign>
18-
<OutputType>WinExe</OutputType>
19-
<RootNamespace>SvgDocTest</RootNamespace>
20-
<StartupObject />
21-
<FileUpgradeFlags>
22-
</FileUpgradeFlags>
23-
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
24-
<OldToolsVersion>0.0</OldToolsVersion>
25-
<UpgradeBackupLocation />
26-
<TargetFrameworkProfile />
27-
</PropertyGroup>
28-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29-
<OutputPath>bin\Debug\</OutputPath>
30-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
31-
<BaseAddress>285212672</BaseAddress>
32-
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
33-
<ConfigurationOverrideFile />
34-
<DefineConstants>DEBUG;TRACE</DefineConstants>
35-
<DocumentationFile />
36-
<DebugSymbols>true</DebugSymbols>
37-
<FileAlignment>4096</FileAlignment>
38-
<Optimize>false</Optimize>
39-
<RegisterForComInterop>false</RegisterForComInterop>
40-
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
42-
<WarningLevel>4</WarningLevel>
43-
<DebugType>full</DebugType>
44-
<ErrorReport>prompt</ErrorReport>
45-
<NoWarn>CS1591</NoWarn>
46-
<Prefer32Bit>false</Prefer32Bit>
47-
</PropertyGroup>
48-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49-
<OutputPath>bin\Release\</OutputPath>
50-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51-
<BaseAddress>285212672</BaseAddress>
52-
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53-
<ConfigurationOverrideFile />
54-
<DefineConstants>TRACE</DefineConstants>
55-
<DocumentationFile />
56-
<DebugSymbols>false</DebugSymbols>
57-
<FileAlignment>4096</FileAlignment>
58-
<Optimize>true</Optimize>
59-
<RegisterForComInterop>false</RegisterForComInterop>
60-
<RemoveIntegerChecks>false</RemoveIntegerChecks>
61-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
62-
<WarningLevel>4</WarningLevel>
63-
<DebugType>none</DebugType>
64-
<ErrorReport>prompt</ErrorReport>
65-
<NoWarn>CS1591</NoWarn>
66-
<Prefer32Bit>false</Prefer32Bit>
67-
</PropertyGroup>
68-
<ItemGroup>
69-
<ProjectReference Include="..\SvgNet\SvgNet.csproj">
70-
<Name>SvgNet</Name>
71-
<Project>{BB4C8021-B5E1-4DE2-82CB-14BDFB9837E4}</Project>
72-
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
73-
</ProjectReference>
74-
<Reference Include="System">
75-
<Name>System</Name>
76-
</Reference>
77-
<Reference Include="System.Data">
78-
<Name>System.Data</Name>
79-
</Reference>
80-
<Reference Include="System.Drawing">
81-
<Name>System.Drawing</Name>
82-
</Reference>
83-
<Reference Include="System.Windows.Forms">
84-
<Name>System.Windows.Forms</Name>
85-
</Reference>
86-
<Reference Include="System.Xml">
87-
<Name>System.XML</Name>
88-
</Reference>
89-
</ItemGroup>
90-
<ItemGroup>
91-
<Compile Include="AssemblyInfo.cs">
92-
<SubType>Code</SubType>
93-
</Compile>
94-
<Compile Include="Assert.cs" />
95-
<Compile Include="DocForm.cs">
96-
<SubType>Form</SubType>
97-
</Compile>
98-
<Compile Include="DocForm.Designer.cs">
99-
<DependentUpon>DocForm.cs</DependentUpon>
100-
</Compile>
101-
<Compile Include="StringExtensions.cs" />
102-
<Content Include="App.ico" />
103-
<EmbeddedResource Include="DocForm.resx">
104-
<DependentUpon>DocForm.cs</DependentUpon>
105-
</EmbeddedResource>
106-
</ItemGroup>
107-
<ItemGroup>
108-
<None Include="app.config" />
109-
</ItemGroup>
110-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111-
<PropertyGroup>
112-
<PreBuildEvent />
113-
<PostBuildEvent />
114-
</PropertyGroup>
115-
<Target Name="NugetOrg" />
116-
<Target Name="TagSources" />
3+
<PropertyGroup>
4+
<ProjectType>Local</ProjectType>
5+
<ProductVersion>8.0.30319</ProductVersion>
6+
<SchemaVersion>2.0</SchemaVersion>
7+
<ProjectGuid>{6A203A21-673D-45E1-A7F5-D7112E114D6E}</ProjectGuid>
8+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10+
<ApplicationIcon>App.ico</ApplicationIcon>
11+
<AssemblyKeyContainerName />
12+
<AssemblyName>SvgDocTest</AssemblyName>
13+
<AssemblyOriginatorKeyFile />
14+
<DefaultClientScript>JScript</DefaultClientScript>
15+
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16+
<DefaultTargetSchema>IE50</DefaultTargetSchema>
17+
<DelaySign>false</DelaySign>
18+
<OutputType>WinExe</OutputType>
19+
<RootNamespace>SvgDocTest</RootNamespace>
20+
<StartupObject />
21+
<FileUpgradeFlags>
22+
</FileUpgradeFlags>
23+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
24+
<OldToolsVersion>0.0</OldToolsVersion>
25+
<UpgradeBackupLocation />
26+
<TargetFrameworkProfile />
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29+
<OutputPath>bin\Debug\</OutputPath>
30+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
31+
<BaseAddress>285212672</BaseAddress>
32+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
33+
<ConfigurationOverrideFile />
34+
<DefineConstants>DEBUG;TRACE</DefineConstants>
35+
<DocumentationFile />
36+
<DebugSymbols>true</DebugSymbols>
37+
<FileAlignment>4096</FileAlignment>
38+
<Optimize>false</Optimize>
39+
<RegisterForComInterop>false</RegisterForComInterop>
40+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
42+
<WarningLevel>4</WarningLevel>
43+
<DebugType>full</DebugType>
44+
<ErrorReport>prompt</ErrorReport>
45+
<NoWarn>CS1591</NoWarn>
46+
<Prefer32Bit>false</Prefer32Bit>
47+
</PropertyGroup>
48+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49+
<OutputPath>bin\Release\</OutputPath>
50+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51+
<BaseAddress>285212672</BaseAddress>
52+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53+
<ConfigurationOverrideFile />
54+
<DefineConstants>TRACE</DefineConstants>
55+
<DocumentationFile />
56+
<DebugSymbols>false</DebugSymbols>
57+
<FileAlignment>4096</FileAlignment>
58+
<Optimize>true</Optimize>
59+
<RegisterForComInterop>false</RegisterForComInterop>
60+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
61+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
62+
<WarningLevel>4</WarningLevel>
63+
<DebugType>none</DebugType>
64+
<ErrorReport>prompt</ErrorReport>
65+
<NoWarn>CS1591</NoWarn>
66+
<Prefer32Bit>false</Prefer32Bit>
67+
</PropertyGroup>
68+
<ItemGroup>
69+
<ProjectReference Include="..\SvgNet\SvgNet.csproj">
70+
<Name>SvgNet</Name>
71+
<Project>{BB4C8021-B5E1-4DE2-82CB-14BDFB9837E4}</Project>
72+
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
73+
</ProjectReference>
74+
<Reference Include="System">
75+
<Name>System</Name>
76+
</Reference>
77+
<Reference Include="System.Data">
78+
<Name>System.Data</Name>
79+
</Reference>
80+
<Reference Include="System.Drawing">
81+
<Name>System.Drawing</Name>
82+
</Reference>
83+
<Reference Include="System.Windows.Forms">
84+
<Name>System.Windows.Forms</Name>
85+
</Reference>
86+
<Reference Include="System.Xml">
87+
<Name>System.XML</Name>
88+
</Reference>
89+
</ItemGroup>
90+
<ItemGroup>
91+
<Compile Include="AssemblyInfo.cs">
92+
<SubType>Code</SubType>
93+
</Compile>
94+
<Compile Include="Assert.cs" />
95+
<Compile Include="DocForm.cs">
96+
<SubType>Form</SubType>
97+
</Compile>
98+
<Compile Include="DocForm.Designer.cs">
99+
<DependentUpon>DocForm.cs</DependentUpon>
100+
</Compile>
101+
<Compile Include="StringExtensions.cs" />
102+
<Content Include="App.ico" />
103+
<EmbeddedResource Include="DocForm.resx">
104+
<DependentUpon>DocForm.cs</DependentUpon>
105+
</EmbeddedResource>
106+
</ItemGroup>
107+
<ItemGroup>
108+
<None Include="app.config" />
109+
</ItemGroup>
110+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111+
<PropertyGroup>
112+
<PreBuildEvent />
113+
<PostBuildEvent />
114+
</PropertyGroup>
115+
<Target Name="NugetOrg" />
116+
<Target Name="TagSources" />
117117
</Project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RootPath":"D:\\myrepos\\SvgNet\\SvgGdiTest","ProjectFileName":"SvgGdiTest.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"RectAlignedTextTest.cs"},{"SourceFile":"..\\TestShared\\TestShared.cs"},{"SourceFile":"AssemblyInfo.cs"},{"SourceFile":"SvgGdiTestForm.Designer.cs"},{"SourceFile":"SvgGdiTestForm.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\myrepos\\SvgNet\\SvgNet\\bin\\Debug\\net462\\SVG.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\myrepos\\SvgNet\\SvgGdiTest\\bin\\Debug\\SvgGdiTest.exe","OutputItemRelativePath":"SvgGdiTest.exe"},{"OutputItemFullPath":"D:\\myrepos\\SvgNet\\SvgGdiTest\\bin\\Debug\\SvgGdiTest.pdb","OutputItemRelativePath":"SvgGdiTest.pdb"}],"CopyToOutputEntries":[]}

SvgGdiTest/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright © 2003 RiskCare Ltd. All rights reserved.
33
Copyright © 2010 SvgNet & SvgGdi Bridge Project. All rights reserved.
4-
Copyright © 2015-2023 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
4+
Copyright © 2015-2024 Rafael Teixeira, Mojmír Němeček, Benjamin Peterson and Other Contributors
55
66
Original source code licensed with BSD-2-Clause spirit, treat it thus, see accompanied LICENSE for more
77
*/
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček, Benjamin Peterson")]
1515
[assembly: AssemblyProduct("SvgNet")]
16-
[assembly: AssemblyCopyright("Copyright 2003, 2010, 2015-2023 RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček, Benjamin Peterson")]
16+
[assembly: AssemblyCopyright("Copyright 2003, 2010, 2015-2024 RiskCare Ltd, SvgNet and SvgGdi Bridge Project, Rafael Teixeira, Mojmír Němeček, Benjamin Peterson")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: AssemblyVersion("1.0.0")]

0 commit comments

Comments
 (0)