Skip to content

Commit 02751b9

Browse files
authored
Merge pull request #73 from WeihanLi/dev
9.3.0
2 parents d0198f5 + ba34e7a commit 02751b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<LangVersion>preview</LangVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9-
<CommonVersion>1.0.74</CommonVersion>
10-
<EFVersion>9.0.2</EFVersion>
9+
<CommonVersion>1.0.75</CommonVersion>
10+
<EFVersion>9.0.3</EFVersion>
1111

1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>

build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor>9</VersionMajor>
4-
<VersionMinor>2</VersionMinor>
4+
<VersionMinor>3</VersionMinor>
55
<VersionPatch>0</VersionPatch>
66
<VersionRevision>0</VersionRevision>
77
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

0 commit comments

Comments
 (0)