Skip to content

Commit fef4685

Browse files
authored
Merge pull request #91 from cloudscribe/version_10.1
Update version to 10.1
2 parents d3e9ff1 + fcacd3f commit fef4685

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/cloudscribe.Pagination.Models/cloudscribe.Pagination.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Pagination models</Description>
55
<Copyright>Source Tree Solutions</Copyright>
6-
<Version>10.0.0</Version>
6+
<Version>10.1.0</Version>
77
<Authors>Joe Audette</Authors>
88

99
<TargetFramework>net10.0</TargetFramework>

src/cloudscribe.Web.Pagination/cloudscribe.Web.Pagination.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>an AspNetCore TagHelper for pagination</Description>
55
<Copyright>Source Tree Solutions</Copyright>
6-
<Version>10.0.0</Version>
6+
<Version>10.1.0</Version>
77
<TargetFramework>net10.0</TargetFramework>
88
<Authors>Joe Audette</Authors>
99
<PackageTags>cloudscribe;mvc;pagination;navigation;bootstrap</PackageTags>

update_version.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
$directory = "src"
1717

1818
# Define the old & new versions
19-
$oldVersion = '8\.7' # slash needed !
20-
$newVersion = "8.8.0"
21-
$newWildcardVersion = "8.8.*"
19+
$oldVersion = '10\.0' # slash needed !
20+
$newVersion = "10.1.0"
21+
$newWildcardVersion = "10.1.*"
2222

2323

2424
# Get all .csproj files in the directory and subdirectories

0 commit comments

Comments
 (0)