Skip to content

Commit

Permalink
Updated version to 2.0.34.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Aug 17, 2024
1 parent 067e22a commit b843b2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>2.0.34.1</Version>
<Version>2.0.34.2</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ILRepack.Lib" Version="2.0.34"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ILRepack.Lib.MSBuild.Task</id>
<version>2.0.34.1</version>
<version>2.0.34.2</version>
<title>ILRepack.Lib.MSBuild.Task</title>
<authors>RBSoft</authors>
<owners>rbsoft</owners>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.0.34.{build}
environment:
my_version: 2.0.34.1
my_version: 2.0.34.2
my_secret:
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
skip_branch_with_pr: true
Expand Down

0 comments on commit b843b2b

Please sign in to comment.