Skip to content

Commit 583061d

Browse files
committed
Bumped version to 2.0.44.2.
1 parent 19080be commit 583061d

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
5-
<Version>2.0.44.1</Version>
5+
<Version>2.0.44.2</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

ILRepack.Lib.MSBuild.Task/ILRepack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public virtual string AttributeFile
7676
public virtual bool CopyAttributes { get; set; }
7777

7878
/// <summary>
79-
/// Stores file:line debug information as type/method attributes (requires PDB)
79+
/// Stores file:line debug information as type/method attributes (requires PDB).
8080
/// </summary>
8181
public virtual bool LineIndexation { get; set; }
8282

ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>ILRepack.Lib.MSBuild.Task</id>
5-
<version>2.0.44.1</version>
5+
<version>2.0.44.2</version>
66
<title>ILRepack.Lib.MSBuild.Task</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ License
44
- Copyright (c) 2004, Evain Jb (jb@evain.net)
55
- Modified 2007 Marcus Griep (neoeinstein+boo@gmail.com)
66
- Modified 2013 Peter Sunde (peter.sunde@gmail.com)
7-
- Modified 2016-2025 Ravi Patel (rbsoft.org)
7+
- Modified 2016-2026 Ravi Patel (rbsoft.org)
88

99
All rights reserved.
1010

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ You can turn this functionality off by setting ClearOutputDirectory to False as
112112
| MergeIlLinkerFiles | Merge IL Linker file XML resources from Microsoft assemblies (optional). Same-named XML resources ('ILLink.*.xml') will be combined during merging. |
113113
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
114114
| OutputFile | Output name for the merged assembly. |
115+
| LineIndexation | Stores file:line debug information as type/method attributes (requires PDB). |
115116
| Parallel | Use as many CPUs as possible to merge the assemblies. |
116117
| PauseBeforeExit | Pause execution once completed (good for debugging). |
117118
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.0.44.{build}
22
environment:
3-
my_version: 2.0.44.1
3+
my_version: 2.0.44.2
44
my_secret:
55
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
66
skip_branch_with_pr: true

0 commit comments

Comments
 (0)