Skip to content

Commit dcb50bc

Browse files
authored
Bump version
Bump copyright year Update xUnit
1 parent 0931b81 commit dcb50bc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

EFCore.VisualBasic.Templates/EFCore.VisualBasic.Templates.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<ContentTargetFolders>content</ContentTargetFolders>
1717
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
1818
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19-
<Version>8.0.0-alpha.1</Version>
20-
<Copyright2023 Brice Lambson, et al. All rights reserved.</Copyright>
19+
<Version>8.0.0</Version>
20+
<Copyright2024 Brice Lambson, et al. All rights reserved.</Copyright>
2121
<PackageProjectUrl>https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl>
2222
<RepositoryUrl>https://github.com/efcore/EFCore.VisualBasic.git</RepositoryUrl>
2323
<RepositoryType>git</RepositoryType>

EFCore.VisualBasic/EFCore.VisualBasic.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<Description>Adds VB design-time support to EF Core</Description>
99
<PackageProjectUrl>https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl>
1010
<PackageTags>EFCore;VB;VisualBasic</PackageTags>
11-
<Copyright2023 Brice Lambson, et al. All rights reserved.</Copyright>
11+
<Copyright2024 Brice Lambson, et al. All rights reserved.</Copyright>
1212
<SignAssembly>true</SignAssembly>
1313
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Version>8.0.0-alpha.1</Version>
15+
<Version>8.0.0</Version>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
<OptionStrict>On</OptionStrict>
1818
<LangVersion>latest</LangVersion>
@@ -52,7 +52,7 @@
5252
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.2">
5353
<PrivateAssets>all</PrivateAssets>
5454
</PackageReference>
55-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
55+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.2,9.0)">
5656
<IncludeAssets>all</IncludeAssets>
5757
</PackageReference>
5858
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.2">

Test/EFCore.VisualBasic.Test/EFCore.VisualBasic.Test.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
4040
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
4141
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
42-
<PackageReference Include="xunit" Version="2.6.6" />
43-
<PackageReference Include="xunit.runner.console" Version="2.6.6">
42+
<PackageReference Include="xunit" Version="2.7.0" />
43+
<PackageReference Include="xunit.runner.console" Version="2.7.0">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4646
</PackageReference>
47-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
47+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>

0 commit comments

Comments
 (0)