Skip to content

Commit

Permalink
Update to ILRepack 2.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Jun 12, 2024
1 parent 0737759 commit afbc5f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>2.0.33</Version>
<Version>2.0.34</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.33" GeneratePathProperty="true">
<PackageReference Include="ILRepack" Version="2.0.34" GeneratePathProperty="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ILRepack.Lib" Version="2.0.33"/>
<PackageReference Include="ILRepack.Lib" Version="2.0.34"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4"/>
</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.33</version>
<version>2.0.34</version>
<title>ILRepack.Lib.MSBuild.Task</title>
<authors>RBSoft</authors>
<owners>rbsoft</owners>
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.0.33.{build}
version: 2.0.34.{build}
environment:
my_version: 2.0.33
my_version: 2.0.34
my_secret:
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
skip_branch_with_pr: true
Expand All @@ -22,7 +22,7 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: niHgnyEf7tXImWdR3VEJ38p/3gaV7OiSijx0YUmycHTkh12id6zMKkTS+S2XjF2J
secure: nkE/u7bLXRlBGJEKORohjPizTbDTdypw5jeTfJyzNd4scE6W9c6wFfT8f4UXdNKx
skip_symbols: false
artifact: ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
on:
Expand Down

0 comments on commit afbc5f8

Please sign in to comment.