File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ # [ 0.1.8] - 2024-11-28
9+
10+ Changed:
11+
12+ - Support for .Net 9
13+
814# [ 0.1.7] - 2024-09-01
915
1016Fixed:
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <RootNamespace >r0b0t.events</RootNamespace >
77
8- <Version >0.1.7 </Version >
8+ <Version >0.1.8 </Version >
99 <Authors >Luis Ángel Méndez Gort</Authors >
1010 <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
1111 <AssemblyName >R0b0t.Lib</AssemblyName >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net8.0</TargetFramework >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <RollForward >Minor</RollForward >
56 <PackAsTool >true</PackAsTool >
67 <PackageId >r0b0t</PackageId >
78 <ToolCommandName >r0b0t</ToolCommandName >
89 <PackageOutputPath >./nupkg</PackageOutputPath >
910 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1011
11- <Version >0.1.7 </Version >
12+ <Version >0.1.8 </Version >
1213 <Authors >Luis Ángel Méndez Gort</Authors >
1314 <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
1415 <AssemblyName >r0b0t</AssemblyName >
You can’t perform that action at this time.
0 commit comments