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

Commit f2f96e4

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Metadata updates for next release: v1.0.8
1 parent 5f46ec1 commit f2f96e4

3 files changed

Lines changed: 4 additions & 4 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.7" Language="en-US" Publisher="Bart Koelman" />
4+
<Identity Id="CodeContractNullability.Vsix..600f9d9f-680c-4d95-9a05-1aa033e7dbee" Version="1.0.8" 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/bkoelman/ResharperCodeContractNullability</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
13-
<releaseNotes>Fixed crash on parameters of local functions in Visual Studio 2017.</releaseNotes>
13+
<releaseNotes>Added support for ValueTask&lt;T&gt;.</releaseNotes>
1414
<copyright>Apache License, Version 2.0</copyright>
1515
<language>en-us</language>
1616
<tags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</tags>

src/CodeContractNullability/CodeContractNullability/Properties/AssemblyInfo.cs

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

35-
[assembly: AssemblyVersion("1.0.7")]
36-
[assembly: AssemblyInformationalVersion("1.0.7")]
35+
[assembly: AssemblyVersion("1.0.8")]
36+
[assembly: AssemblyInformationalVersion("1.0.8")]

0 commit comments

Comments
 (0)