Skip to content

Commit f11c272

Browse files
authored
Merge pull request #32 from cloudscribe/develop
master v10
2 parents a580210 + f626dfe commit f11c272

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Description>asp.netcore mvc controller for rss feeds</Description>
5-
<Version>8.7.0</Version>
6-
<TargetFramework>net8.0</TargetFramework>
5+
<Version>10.0.0</Version>
6+
<TargetFramework>net10.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>

src/cloudscribe.Syndication/cloudscribe.Syndication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Description>cloudscribe.Syndication Class Library</Description>
5-
<Version>8.7.0</Version>
6-
<TargetFramework>net8.0</TargetFramework>
5+
<Version>10.0.0</Version>
6+
<TargetFramework>net10.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed;xml</PackageTags>
99
<PackageIcon>icon.png</PackageIcon>

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\.6' # slash needed !
20-
$newVersion = "8.7.0"
21-
$newWildcardVersion = "8.7.*"
19+
$oldVersion = '8\.7' # slash needed !
20+
$newVersion = "8.8.0"
21+
$newWildcardVersion = "8.8.*"
2222

2323

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

0 commit comments

Comments
 (0)