Skip to content

Commit b843b2b

Browse files
committed
Updated version to 2.0.34.2.
1 parent 067e22a commit b843b2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
5-
<Version>2.0.34.1</Version>
5+
<Version>2.0.34.2</Version>
66
</PropertyGroup>
77

88
<ItemGroup>
@@ -11,7 +11,7 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
1313
<PackageReference Include="ILRepack.Lib" Version="2.0.34"/>
14-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4"/>
14+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4"/>
1515
</ItemGroup>
1616

1717
<ItemGroup>

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.34.1</version>
5+
<version>2.0.34.2</version>
66
<title>ILRepack.Lib.MSBuild.Task</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>

appveyor.yml

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

0 commit comments

Comments
 (0)