Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bump copyright year
Update xUnit
  • Loading branch information
lorcQc authored Feb 24, 2024
1 parent 0931b81 commit dcb50bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ContentTargetFolders>content</ContentTargetFolders>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>8.0.0-alpha.1</Version>
<Copyright2023 Brice Lambson, et al. All rights reserved.</Copyright>
<Version>8.0.0</Version>
<Copyright2024 Brice Lambson, et al. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl>
<RepositoryUrl>https://github.com/efcore/EFCore.VisualBasic.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
6 changes: 3 additions & 3 deletions EFCore.VisualBasic/EFCore.VisualBasic.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<Description>Adds VB design-time support to EF Core</Description>
<PackageProjectUrl>https://github.com/efcore/EFCore.VisualBasic</PackageProjectUrl>
<PackageTags>EFCore;VB;VisualBasic</PackageTags>
<Copyright2023 Brice Lambson, et al. All rights reserved.</Copyright>
<Copyright2024 Brice Lambson, et al. All rights reserved.</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>8.0.0-alpha.1</Version>
<Version>8.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OptionStrict>On</OptionStrict>
<LangVersion>latest</LangVersion>
Expand Down Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.2,9.0)">
<IncludeAssets>all</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.2">
Expand Down
6 changes: 3 additions & 3 deletions Test/EFCore.VisualBasic.Test/EFCore.VisualBasic.Test.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.console" Version="2.6.6">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.console" Version="2.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit dcb50bc

Please sign in to comment.