Skip to content

Commit d9d09de

Browse files
authored
Merge pull request #24 from cloudscribe/version_8.5
v8.5 dev
2 parents aceb822 + 9b1fcfb commit d9d09de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>asp.netcore mvc controller for rss feeds</Description>
5-
<Version>8.4.0</Version>
5+
<Version>8.5.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed</PackageTags>

src/cloudscribe.Syndication/cloudscribe.Syndication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>cloudscribe.Syndication Class Library</Description>
5-
<Version>8.4.0</Version>
5+
<Version>8.5.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed;xml</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\.3' # slash needed !
20-
$newVersion = "8.4.0"
21-
$newWildcardVersion = "8.4.*"
19+
$oldVersion = '8\.4' # slash needed !
20+
$newVersion = "8.5.0"
21+
$newWildcardVersion = "8.5.*"
2222

2323

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

0 commit comments

Comments
 (0)