Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Metadata updates for next release: v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Mar 12, 2017
1 parent 021fee8 commit 9175469
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.6" Language="en-US" Publisher="Bart Koelman" />
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.7" Language="en-US" Publisher="Bart Koelman" />
<DisplayName>Resharper Code Contract Nullability</DisplayName>
<Description xml:space="preserve">Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html</Description>
<MoreInfo>https://github.com/bkoelman/ResharperCodeContractNullability</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bkoelman/ResharperCodeContractNullability</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html You need Visual Studio 2015 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.</description>
<releaseNotes>Support for Visual Studio 2017 and Resharper 2016.3; fixes around caching of external annotations.</releaseNotes>
<releaseNotes>Fixed crash on parameters of local functions in Visual Studio 2017.</releaseNotes>
<copyright>Apache License, Version 2.0</copyright>
<language>en-us</language>
<tags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// 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.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]

0 comments on commit 9175469

Please sign in to comment.