Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 4, 2019
1 parent 44e2745 commit c5f4eff
Show file tree
Hide file tree
Showing 41 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion build/Avalonia.Desktop.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="0.7.1-cibuild0001581-beta" />
<PackageReference Include="Avalonia.Desktop" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpDX" Version="4.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion build/Avalonia.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.7.1-cibuild0001581-beta" />
<PackageReference Include="Avalonia" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.5.0" />
Expand Down
6 changes: 3 additions & 3 deletions build/Base.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.6.7</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Wiesław Šoltés</Authors>
<Company>Wiesław Šoltés</Company>
<Copyright>Copyright © Wiesław Šoltés 2018</Copyright>
<PackageLicenseUrl>https://github.com/wieslawsoltes/SpiroNet/blob/master/COPYING</PackageLicenseUrl>
<Copyright>Copyright © Wiesław Šoltés 2019</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wieslawsoltes/SpiroNet</PackageProjectUrl>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/SpiroNet.Avalonia/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion samples/SpiroNet.Avalonia/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor.Avalonia/Renderer/BasicStyleCache.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor.Avalonia/Renderer/CanvasRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor.Avalonia/Views/EditorView.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Avalonia
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Contexts/HitTestBezierContext.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ppedit - A pattern plate editor for Spiro splines.
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Contexts/PathBezierContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Contexts/PsBezierContext.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ppedit - A pattern plate editor for Spiro splines.
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/EditorMeasure.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/EditorMode.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/EditorState.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/EditorTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/GuideHelpers.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/GuideLine.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/GuidePoint.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/GuideSnapMode.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/SpiroDrawing.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/SpiroEditor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/SpiroKnot.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/SpiroPlate.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Editor/SpiroShape.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Style/Argb.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Style/BasicStyle.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Util/Command.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Util/CommandOfT.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Editor/Util/ObservableObject.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Editor
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Json/JsonSerializer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Json
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.Json/ObservableCollectionContractResolver.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.Json
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet.ViewModels/EditorViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SpiroNet.ViewModels
Copyright (C) 2015 Wiesław Šoltés
Copyright (C) 2019 Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/BandMatrix.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/IBezierContext.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/Spiro.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/SpiroControlPoint.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/SpiroImpl.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/SpiroPointType.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/SpiroNet/SpiroSegment.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
libspiro - conversion between spiro control points and bezier's
Copyright (C) 2007 Raph Levien
2015 converted to C# by Wiesław Šoltés
2019 converted to C# by Wiesław Šoltés
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit c5f4eff

Please sign in to comment.