Actually make a fork to unblock in the meantime
This commit is contained in:
Родитель
ee3da0e6a6
Коммит
b743cf671c
|
@ -1,4 +1,4 @@
|
|||
[![Build status](https://img.shields.io/appveyor/ci/gluck/il-repack.svg?label=build%20windows)](https://ci.appveyor.com/project/gluck/il-repack) [![Build Status](https://img.shields.io/travis/gluck/il-repack.svg?label=build%20linux)](https://travis-ci.org/gluck/il-repack) [![NuGet](https://img.shields.io/nuget/v/ILRepack.svg)](https://www.nuget.org/packages/ILRepack/) [![GitHub license](https://img.shields.io/github/license/gluck/il-repack.svg)](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
[![Build status](https://img.shields.io/appveyor/ci/Alexx999/il-repack.svg?label=build%20windows)](https://ci.appveyor.com/project/Alexx999/il-repack) [![NuGet](https://img.shields.io/nuget/v/ILRepack.svg)](https://www.nuget.org/packages/avostres.ILRepack/) [![GitHub license](https://img.shields.io/github/license/gluck/il-repack.svg)](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/gluck/il-repack)
|
||||
|
||||
Introduction
|
||||
|
|
10
build.gradle
10
build.gradle
|
@ -8,7 +8,7 @@ plugins {
|
|||
id 'net.researchgate.release' version '2.3.4'
|
||||
}
|
||||
|
||||
archivesBaseName = 'ILRepack'
|
||||
archivesBaseName = 'avostres.ILRepack'
|
||||
|
||||
defaultTasks('nugetPack')
|
||||
|
||||
|
@ -71,10 +71,10 @@ repack << {
|
|||
def commonNuspecMetadata = [
|
||||
version: version,
|
||||
title: 'ILRepack - Open-source alternative to ILMerge',
|
||||
authors: 'Francois Valdy',
|
||||
owners: 'Francois Valdy',
|
||||
projectUrl: 'https://github.com/gluck/il-repack',
|
||||
copyright: 'Copyright Francois Valdy 2011-2015',
|
||||
authors: 'Alexander Vostres, Francois Valdy',
|
||||
owners: 'Alexander Vostres',
|
||||
projectUrl: 'https://github.com/Alexx999/il-repack',
|
||||
copyright: 'Copyright Alexander Vostres 2018, Francois Valdy 2011-2015',
|
||||
requireLicenseAcceptance: false,
|
||||
dependencies: []
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = 2.0.17
|
||||
version = 2.1.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче