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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Jan 12, 2016
1 parent 99f6b03 commit fea3445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3" Language="en-US" Publisher="Bart Koelman" />
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.4" 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 @@ -15,7 +15,7 @@
Visual Studio 2015 and Resharper v9 to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if
you use Visual Studio 2013 or lower.
</description>
<releaseNotes>Improved support for External Annotation files; fixed a race condition in VS2015 Update1.</releaseNotes>
<releaseNotes>Bugfix in analysis of partially generic type hierarchy; support Resharper installation in 'All Users' mode.</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.3")]
[assembly: AssemblyFileVersion("1.0.3")]
[assembly: AssemblyInformationalVersion("1.0.3")]
[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyInformationalVersion("1.0.4")]

0 comments on commit fea3445

Please sign in to comment.