Skip to content

Commit

Permalink
Version change for post-v20 work
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Jan 10, 2024
1 parent 90ee8c8 commit 2290db4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>PopForums AzureKit Functions</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.AzureKit.Functions</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.AzureKit/PopForums.AzureKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>PopForums AzureKit Class Library</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.AzureKit</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.ElasticKit/PopForums.ElasticKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>PopForums ElasticKit Class Library</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.ElasticKit</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.Mvc/PopForums.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>PopForums Mvc Class Library</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.Mvc</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.Sql/PopForums.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>PopForums.Data.Sql Class Library</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.Sql</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.Test/PopForums.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums.Test</AssemblyName>
<PackageId>PopForums.Test</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums.Web/PopForums.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<AssemblyName>PopForums.Web</AssemblyName>
<PackageId>PopForums.Web</PackageId>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PopForums/PopForums.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>PopForums Class Library</Description>
<VersionPrefix>20.0.0</VersionPrefix>
<VersionPrefix>21.0.0-alpha1</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>PopForums</AssemblyName>
Expand Down

0 comments on commit 2290db4

Please sign in to comment.