Skip to content

Commit e73e052

Browse files
committed
VersionBump : v1.1.1
1 parent ac7b375 commit e73e052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeOfChaos.GeneratorTools/CodeOfChaos.GeneratorTools.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Main package metadata -->
1313
<PackageId>CodeOfChaos.GeneratorTools</PackageId>
14-
<Version>1.1.0</Version>
14+
<Version>1.1.1</Version>
1515
<Authors>Anna Sas</Authors>
1616
<Description>A library to help you create code generators more easily</Description>
1717
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-generator_tools/</PackageProjectUrl>

src/CodeOfChaos.GeneratorTools/NullableAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ReSharper disable UnusedAutoPropertyAccessor.Global
1414
// ReSharper disable UnusedType.Global
1515
namespace System.Diagnostics.CodeAnalysis;
16-
#if !NETSTANDARD2_1
16+
#if NETSTANDARD2_0
1717

1818
/// <summary>Specifies that null is allowed as an input even if the corresponding type disallows it.</summary>
1919
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property)]

0 commit comments

Comments
 (0)