Skip to content

Commit

Permalink
v1.9.3 because I messed up the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vannevelj committed Feb 23, 2016
1 parent 033acc0 commit 60229a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VSDiagnostics/VSDiagnostics/VSDiagnostics/Diagnostic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>VSDiagnostics</id>
<version>1.9.2</version>
<version>1.9.3</version>
<title>VSDiagnostics</title>
<authors>Jeroen Vannevel</authors>
<owners>Jeroen Vannevel</owners>
<licenseUrl>https://github.com/Vannevelj/VSDiagnostics/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Vannevelj/VSDiagnostics</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of code-quality analyzers based on the new Roslyn platform. This project aims to ensure code-quality as you type it in your editor rather than having to do this as a separate build-step.</description>
<releaseNotes>For the latest releasenotes, see the Github release: https://github.com/Vannevelj/VSDiagnostics/releases/tag/v1.9.2</releaseNotes>
<releaseNotes>For the latest releasenotes, see the Github release: https://github.com/Vannevelj/VSDiagnostics/releases/tag/v1.9.3</releaseNotes>
<copyright>Jeroen Vannevel</copyright>
<tags>Visual Studio, Roslyn, Diagnostics, Analyzers</tags>
<frameworkAssemblies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.9.2")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: AssemblyInformationalVersion("1.9.2")]
[assembly: AssemblyVersion("1.9.3")]
[assembly: AssemblyFileVersion("1.9.3.0")]
[assembly: AssemblyInformationalVersion("1.9.3")]

[assembly: InternalsVisibleTo("VSDiagnostics.Test")]

0 comments on commit 60229a9

Please sign in to comment.