Skip to content

Commit 0a1fd74

Browse files
committed
Increment version.
1 parent bf08ee5 commit 0a1fd74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<AnnotatedReferenceAssemblyVersion>5.0.0</AnnotatedReferenceAssemblyVersion>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Version>0.9.8</Version>
7+
<Version>1.0.0</Version>
88
<DefineConstants Condition="'$(IsCI)' == 'true'">$(DefineConstants);CI</DefineConstants>
99
</PropertyGroup>
1010

Source/RuntimeNullables.Fody.Tests/VerifyILTests.InjectedThrowHelpers.Core3_1.Debug.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends [netstandard]System.Object
33
{
44
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5-
6C 65 73 2E 46 6F 64 79 05 30 2E 39 2E 38 00 00 ) // les.Fody.0.9.8..
5+
6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 30 00 00 ) // les.Fody.1.0.0..
66
.method assembly hidebysig static void
77
ThrowArgumentNull(string paramName) cil managed
88
{

Source/RuntimeNullables.Fody.Tests/VerifyILTests.InjectedThrowHelpers.Core3_1.Release.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extends [netstandard]System.Object
33
{
44
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5-
6C 65 73 2E 46 6F 64 79 05 30 2E 39 2E 38 00 00 ) // les.Fody.0.9.8..
5+
6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 30 00 00 ) // les.Fody.1.0.0..
66
.method assembly hidebysig static void
77
ThrowArgumentNull(string paramName) cil managed
88
{

0 commit comments

Comments
 (0)