From 22245547fe8e549878ff351dc7963b735f82565f Mon Sep 17 00:00:00 2001 From: CaptainPRICE Date: Sat, 21 Jul 2018 04:10:14 +0200 Subject: [PATCH] Rebuild. --- FakeImplementation.Cecil/Properties/AssemblyInfo.cs | 5 +++-- FakeImplementation/Properties/AssemblyInfo.cs | 5 +++-- README.md | 6 ++++-- appveyor.yml | 12 +++++++++--- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/FakeImplementation.Cecil/Properties/AssemblyInfo.cs b/FakeImplementation.Cecil/Properties/AssemblyInfo.cs index 8ca4cca..1b6327f 100644 --- a/FakeImplementation.Cecil/Properties/AssemblyInfo.cs +++ b/FakeImplementation.Cecil/Properties/AssemblyInfo.cs @@ -28,5 +28,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyInformationalVersion("1.0.1")] diff --git a/FakeImplementation/Properties/AssemblyInfo.cs b/FakeImplementation/Properties/AssemblyInfo.cs index da2e050..bf06c70 100644 --- a/FakeImplementation/Properties/AssemblyInfo.cs +++ b/FakeImplementation/Properties/AssemblyInfo.cs @@ -28,5 +28,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyInformationalVersion("1.0.1")] diff --git a/README.md b/README.md index b157d06..b71b214 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# Fake-Implementation -Removes instructions/variables from all of the methods in the given input assembly. +# Fake Implementation + +[![Build status](https://ci.appveyor.com/api/projects/status/hrv7m9olfg8rouh6/branch/master?svg=true)](https://ci.appveyor.com/project/CaptainPRICE/fake-implementation/branch/master) +Removes instructions/variables from all of the methods in the given input assembly. \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 0752fa2..d8526d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,15 +1,21 @@ version: 1.0.{build} -skip_non_tags: true image: Visual Studio 2017 clone_folder: c:\projects\fake-implementation +assembly_info: + patch: true + file: '**\AssemblyInfo.*' + assembly_version: '{version}' + assembly_file_version: '{version}' + assembly_informational_version: '{version}' build: verbosity: quiet test: off deploy: - provider: GitHub - release: Fake Implementation + tag: $(appveyor_build_version) + release: Fake Implementation $(appveyor_build_version) auth_token: - secure: 2O25Qhke4CCmhDi1+ojmsugzYHhp2mCPjbGQ83iK3rh0zrYoqtbEi9GxtOdHC7Iv3Jc4Tu23UhN5/Nr4+/ZqvAfO8qdcb9BEPLIQ+kHmTgY= + secure: eB/f/gaHNdbnJ+OnBkLczo2r4yU4272Gt8/eSSJTZofSYDh30GhB3Y9cQPvAzQRA draft: true force_update: true on: