Skip to content

Commit 0d833c8

Browse files
authored
Merge pull request #16 from cloudscribe/version_8.1
v8.1 increments
2 parents 12bd692 + 67a40eb commit 0d833c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>asp.netcore mvc controller for rss feeds</Description>
5-
<Version>8.0.0</Version>
5+
<Version>8.1.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>cloudscribe.Syndication Class Library</Description>
5-
<Version>8.0.0</Version>
5+
<Version>8.1.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;syndication;rss;atom;feed;xml</PackageTags>

0 commit comments

Comments
 (0)