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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman authored and bkoelman committed Feb 29, 2016
1 parent 433d8b5 commit 45f61ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 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.4" Language="en-US" Publisher="Bart Koelman" />
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.5" 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 @@ -12,10 +12,13 @@
<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.
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>Bugfix in analysis of partially generic type hierarchy; support Resharper installation in 'All Users' mode.</releaseNotes>
<releaseNotes>
Configurable reporting on nullable value types; bugfixes in reporting correctness; performance
optimalizations; include debug symbols in NuGet package.
</releaseNotes>
<copyright>Apache License, Version 2.0</copyright>
<language>en-us</language>
<tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyInformationalVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.5")]
[assembly: AssemblyFileVersion("1.0.5")]
[assembly: AssemblyInformationalVersion("1.0.5")]

0 comments on commit 45f61ad

Please sign in to comment.