Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
Rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainPRICE committed Jul 21, 2018
1 parent 9d876e1 commit 2224554
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
5 changes: 3 additions & 2 deletions FakeImplementation.Cecil/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
5 changes: 3 additions & 2 deletions FakeImplementation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 9 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2224554

Please sign in to comment.