Skip to content

Commit 0fbb88a

Browse files
committed
Updated NuGet package version
1 parent a88c455 commit 0fbb88a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Streamliner/Streamliner.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<Authors>Nikolas Andreou</Authors>
66
<Product>Streamliner</Product>
7-
<Description>A .NET core library that enables the creation of code workflows. Streamliner creates a directed acyclic graph which represents the workflow in separate, single responsibility blocks.</Description>
7+
<Description>A .NET 5 library that enables the creation of code workflows. Streamliner creates a directed acyclic graph which represents the workflow in separate, single responsibility blocks.</Description>
88
<Copyright>Copyright ©2020 Nikolas Andreou. All rights reserved.</Copyright>
99
<RepositoryUrl>https://github.com/Codeh4ck/Streamliner</RepositoryUrl>
1010
<RepositoryType>Git</RepositoryType>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<PackageProjectUrl>https://github.com/Codeh4ck/Streamliner</PackageProjectUrl>
14-
<PackageReleaseNotes>Deploying package to NuGet</PackageReleaseNotes>
15-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
16-
<FileVersion>1.1.0.0</FileVersion>
17-
<Version>1.1.0</Version>
14+
<PackageReleaseNotes>Updated package to target .NET 5
15+
16+
For the old .NET Core 3.1 version, please visit https://github.com/Codeh4ck/Streamliner/tree/dotnet-core-3.1</PackageReleaseNotes>
17+
<AssemblyVersion>1.2.0.0</AssemblyVersion>
18+
<FileVersion>1.2.0.0</FileVersion>
19+
<Version>1.2.0</Version>
1820
<SignAssembly>false</SignAssembly>
1921
</PropertyGroup>
2022

0 commit comments

Comments
 (0)