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 6450eb5 commit bd1df57
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/dotnet/.devcontainer/base.Dockerfile

# [Choice] .NET version: 7.0, 6.0, 5.0
ARG VARIANT="6.0"
ARG VARIANT="8.0"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
uses: actions/setup-dotnet@v3
id: installdotnet
with:
dotnet-version: 7.0.x

- name: Create temporary global.json
run: echo '{"sdk":{"version":"${{ steps.installdotnet.outputs.dotnet-version }}"}}' > ./global.json
dotnet-version: 8.0.x

# build a temporary *.slnf file that only contains source projects and put it in ~/obj
# so that it is not tracked by git. then run 'dotnet build' using the *.slnf, which
Expand Down
1 change: 1 addition & 0 deletions asp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5222A069-BA2
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Abstractions", "Abstractions", "{7B0FA6C2-47BA-4C34-90E0-B75DF44F2124}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net45;net472</TargetFrameworks>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>ASP.NET Web API Versioning API Explorer for OData v4.0</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net45;net472</TargetFrameworks>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>API Versioning for ASP.NET Web API with OData v4.0</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net45;net472</TargetFrameworks>
<AssemblyTitle>ASP.NET Web API Versioning API Explorer</AssemblyTitle>
<Description>The API Explorer extensions for ASP.NET Web API Versioning.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>net45;net472</TargetFrameworks>
<AssemblyTitle>ASP.NET Web API Versioning</AssemblyTitle>
<Description>A service API versioning library for Microsoft ASP.NET Web API.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>ASP.NET Core API Versioning API Explorer for OData v4.0</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<TargetFramework>net7.0</TargetFramework>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>ASP.NET Core API Versioning with OData v4.0</AssemblyTitle>
<Description>A service API versioning library for Microsoft ASP.NET Core with OData v4.0.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>ASP.NET Core API Versioning</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>7.1.0</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<VersionPrefix>8.0.0</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Asp.Versioning.ApiExplorer</RootNamespace>
<AssemblyTitle>ASP.NET Core API Versioning API Explorer</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>7.1.1</VersionPrefix>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Asp.Versioning</RootNamespace>
<AssemblyTitle>ASP.NET Core API Versioning</AssemblyTitle>
Expand Down

0 comments on commit bd1df57

Please sign in to comment.