Skip to content

Commit 641e795

Browse files
committed
version/nullable
1 parent bd3a80c commit 641e795

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/StronglyTypedIds.IntegrationTests/StronglyTypedIds.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
55
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net48;$(TargetFrameworks)</TargetFrameworks>
66
<IsPackable>false</IsPackable>
7+
<Nullable>enable</Nullable>
78
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
89
</PropertyGroup>
910

version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.0.0</VersionPrefix>
4-
<VersionSuffix>beta07</VersionSuffix>
3+
<VersionPrefix>1.0.1</VersionPrefix>
4+
<VersionSuffix>beta</VersionSuffix>
55
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)