Skip to content

Commit 48bf3dc

Browse files
Remove AppVeyor and Azure DevOps build definitions
1 parent 4e5639e commit 48bf3dc

File tree

5 files changed

+3
-112
lines changed

5 files changed

+3
-112
lines changed

ICSharpCode.AvalonEdit.Sample/ICSharpCode.AvalonEdit.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
1010
<RootNamespace>AvalonEdit.Sample</RootNamespace>
1111
<Company>ic#code</Company>
12-
<Copyright>2000-2019 AlphaSierraPapa for the SharpDevelop Team</Copyright>
12+
<Copyright>2000-2021 AlphaSierraPapa for the SharpDevelop Team</Copyright>
1313
<Description>Sample for WPF-based extensible text editor</Description>
1414
<IsPackable>false</IsPackable>
1515
</PropertyGroup>

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
1010
<DocumentationFile>ICSharpCode.AvalonEdit.xml</DocumentationFile>
1111
<Company>ic#code</Company>
12-
<Copyright>2000-2020 AlphaSierraPapa for the SharpDevelop Team</Copyright>
12+
<Copyright>2000-2021 AlphaSierraPapa for the SharpDevelop Team</Copyright>
1313
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop. There are three builds of AvalonEdit included in this package: .NET 4.0, 4.5 and .NET Core 3.0.</Description>
1414
<Version>6.1</Version>
1515
<AssemblyVersion>6.1.0.0</AssemblyVersion>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AvalonEdit [![NuGet](https://img.shields.io/nuget/v/AvalonEdit.svg)](https://nuget.org/packages/AvalonEdit) [![Build status](https://ci.appveyor.com/api/projects/status/bvvux3y2b6tw272e/branch/master?svg=true)](https://ci.appveyor.com/project/icsharpcode/avalonedit/branch/master) [![Build Status Azure Pipelines](https://icsharpcode.visualstudio.com/icsharpcode-pipelines/_apis/build/status/icsharpcode.AvalonEdit?branchName=master)](https://icsharpcode.visualstudio.com/icsharpcode-pipelines/_build/latest?definitionId=3&branchName=master)
1+
# AvalonEdit [![NuGet](https://img.shields.io/nuget/v/AvalonEdit.svg)](https://nuget.org/packages/AvalonEdit) [![Build AvalonEdit](https://github.com/icsharpcode/AvalonEdit/actions/workflows/dotnet.yml/badge.svg)](https://github.com/icsharpcode/AvalonEdit/actions/workflows/dotnet.yml)
22

33

44
AvalonEdit is the name of the WPF-based text editor in SharpDevelop 4.x "Mirador" and beyond. It is also being used in ILSpy and many other projects.

appveyor.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)