Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 8b5be14

Browse files
committed
Merge pull request #7 from sharwell/release/1.0.0-alpha001
Release/1.0.0 alpha001
2 parents 4781562 + 489027b commit 8b5be14

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
//
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
38-
[assembly: AssemblyVersion("1.0.0.0")]
39-
[assembly: AssemblyFileVersion("1.0.0.0")]
38+
[assembly: AssemblyVersion("1.0.0.1")]
39+
[assembly: AssemblyFileVersion("1.0.0.1")]
4040
[assembly: AssemblyInformationalVersion("1.0.0-dev")]
4141

4242
[assembly: InternalsVisibleTo("PublicApiAnalyzer.Test, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d7949d002a66db66875775e2b20a3bbf6589ea56624495d375c3d1f15d2517d2baa654575f5384b91edf0e3951c0c85a7a0228391d6a92134b14d8720e3926338e4f5b349f8066f2f98a8a83263bb54ba74a41a91ca51e02f4a3feb666a578bb38bd275397051ef4532b03256a159a9fa54102ce3d5718e5afbd794ee15df92")]

PublicApiAnalyzer/PublicApiAnalyzer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
//
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
38-
[assembly: AssemblyVersion("1.0.0.0")]
39-
[assembly: AssemblyFileVersion("1.0.0.0")]
38+
[assembly: AssemblyVersion("1.0.0.1")]
39+
[assembly: AssemblyFileVersion("1.0.0.1")]
4040
[assembly: AssemblyInformationalVersion("1.0.0-dev")]
4141

4242
#if DEVELOPMENT_KEY

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Join the chat at https://gitter.im/DotNetAnalyzers/PublicApiAnalyzer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetAnalyzers/PublicApiAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5+
[![Build status](https://ci.appveyor.com/api/projects/status/27963rsy48aseywm/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/publicapianalyzer/branch/master)
6+
57
[![codecov.io](http://codecov.io/github/DotNetAnalyzers/PublicApiAnalyzer/coverage.svg?branch=master)](http://codecov.io/github/DotNetAnalyzers/PublicApiAnalyzer?branch=master)
68

79
## Using Public API Analyzer

0 commit comments

Comments
 (0)