File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 9
9
<AssemblyOriginatorKeyFile >ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile >
10
10
<DocumentationFile >ICSharpCode.AvalonEdit.xml</DocumentationFile >
11
11
<Company >ic#code</Company >
12
- <Copyright >2000-2019 AlphaSierraPapa for the SharpDevelop Team</Copyright >
12
+ <Copyright >2000-2020 AlphaSierraPapa for the SharpDevelop Team</Copyright >
13
13
<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 >
14
- <Version >6.0 </Version >
15
- <AssemblyVersion >6.0 .0.0</AssemblyVersion >
16
- <FileVersion >6.0 .0.0</FileVersion >
14
+ <Version >6.1 </Version >
15
+ <AssemblyVersion >6.1 .0.0</AssemblyVersion >
16
+ <FileVersion >6.1 .0.0</FileVersion >
17
17
</PropertyGroup >
18
18
19
19
<PropertyGroup >
63
63
<EmbeddedResource Include =" Highlighting\Resources\*" />
64
64
<EmbeddedResource Remove =" Highlighting\Resources\Resources.cs" />
65
65
<Resource Include =" Highlighting\Resources\Resources.cs" />
66
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01 " >
66
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
67
67
<PrivateAssets >all</PrivateAssets >
68
68
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
69
69
</PackageReference >
Original file line number Diff line number Diff line change 1
- version : ' 6.0.1 .{build}'
1
+ version : ' 6.1.0 .{build}'
2
2
3
3
dotnet_csproj :
4
4
patch : true
5
5
file : ' **\*.csproj'
6
- version : ' 6.0.1 '
6
+ version : ' 6.1.0-preview1 '
7
7
assembly_version : ' {version}'
8
8
file_version : ' {version}'
9
9
Original file line number Diff line number Diff line change 7
7
variables :
8
8
solution : ' **/ICSharpCode.AvalonEdit.sln'
9
9
buildPlatform : ' Any CPU'
10
- buildVersion : ' 6.0.1.$(Build.BuildId)'
10
+ buildVersion : ' 6.1.0.$(Build.BuildId)'
11
+ nupkgVersion : ' 6.1.0-preview1'
11
12
12
13
pool :
13
14
vmImage : ' windows-2019'
41
42
WriteBOM : false
42
43
VersionNumber : ' $(buildVersion)'
43
44
FileVersionNumber : ' $(buildVersion)'
44
- PackageVersion : ' $(buildVersion )'
45
+ PackageVersion : ' $(nupkgVersion )'
45
46
46
47
- task : VSBuild@1
47
48
inputs :
You can’t perform that action at this time.
0 commit comments