Skip to content

Commit

Permalink
0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchiman committed Jun 1, 2018
1 parent d457b80 commit fa5aa23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SerilogAnalyzer..811c872b-87a2-4144-a04f-c097d50929d2" Version="0.13" Language="en-US" Publisher="Robin"/>
<Identity Id="SerilogAnalyzer..811c872b-87a2-4144-a04f-c097d50929d2" Version="0.14" Language="en-US" Publisher="Robin"/>
<DisplayName>Serilog Analyzer</DisplayName>
<Description xml:space="preserve">Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.</Description>
<MoreInfo>https://github.com/Suchiman/SerilogAnalyzer</MoreInfo>
<GettingStartedGuide>https://github.com/Suchiman/SerilogAnalyzer</GettingStartedGuide>
<ReleaseNotes>https://github.com/Suchiman/SerilogAnalyzer/releases/tag/0.13</ReleaseNotes>
<ReleaseNotes>https://github.com/Suchiman/SerilogAnalyzer/releases/tag/0.14</ReleaseNotes>
<Icon>analyzer-32px.png</Icon>
<PreviewImage>analyzer-200px.png</PreviewImage>
<Tags>Serilog, Refactoring, Free, code, Open Source, C#, analyzer, Quality, refactor, roslyn, fix, improve</Tags>
Expand Down
4 changes: 2 additions & 2 deletions SerilogAnalyzer/SerilogAnalyzer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]

0 comments on commit fa5aa23

Please sign in to comment.