Skip to content

Commit

Permalink
<VersionPrefix>8.0.0</VersionPrefix>
Browse files Browse the repository at this point in the history
 <AssemblyVersion>8.0.0.0</AssemblyVersion>
  • Loading branch information
xavierjohn committed Nov 22, 2023
1 parent 703edbb commit e07cf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.0.0</VersionPrefix>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net8.0;netstandard1.0;netstandard2.0</TargetFrameworks>
<AssemblyTitle>API Versioning Abstractions</AssemblyTitle>
<Description>The abstractions library for API versioning.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>7.0.1</VersionPrefix>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net8.0;netstandard1.1;netstandard2.0</TargetFrameworks>
<RootNamespace>Asp.Versioning.Http</RootNamespace>
<AssemblyTitle>API Versioning Client Extensions</AssemblyTitle>
Expand Down

0 comments on commit e07cf9a

Please sign in to comment.