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

Commit 45f61ad

Browse files
bkoelmanbkoelman
authored andcommitted
Metadata updates for next release: v1.0.5
1 parent 433d8b5 commit 45f61ad

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

src/CodeContractNullability/CodeContractNullability.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.4" Language="en-US" Publisher="Bart Koelman" />
4+
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.5" Language="en-US" Publisher="Bart Koelman" />
55
<DisplayName>Resharper Code Contract Nullability</DisplayName>
66
<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>
77
<MoreInfo>https://github.com/bkoelman/ResharperCodeContractNullability</MoreInfo>

src/CodeContractNullability/CodeContractNullability/CodeContractNullability.nuspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
<description>
1313
Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull
1414
attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html You need
15-
Visual Studio 2015 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if
16-
you use Visual Studio 2013 or lower.
15+
Visual Studio 2015 and Resharper v9 or higher to use this analyzer. See package
16+
"ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.
1717
</description>
18-
<releaseNotes>Bugfix in analysis of partially generic type hierarchy; support Resharper installation in 'All Users' mode.</releaseNotes>
18+
<releaseNotes>
19+
Configurable reporting on nullable value types; bugfixes in reporting correctness; performance
20+
optimalizations; include debug symbols in NuGet package.
21+
</releaseNotes>
1922
<copyright>Apache License, Version 2.0</copyright>
2023
<language>en-us</language>
2124
<tags>

src/CodeContractNullability/CodeContractNullability/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.0.4")]
37-
[assembly: AssemblyFileVersion("1.0.4")]
38-
[assembly: AssemblyInformationalVersion("1.0.4")]
36+
[assembly: AssemblyVersion("1.0.5")]
37+
[assembly: AssemblyFileVersion("1.0.5")]
38+
[assembly: AssemblyInformationalVersion("1.0.5")]

0 commit comments

Comments
 (0)