File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## FlubuCore 9.0.0.0
2+ ## FlubuCore 8.0.0.0
3+
4+ ## FlubuCore 7.0.1.0
5+ - added support for IIS remote server management
6+
17## FlubuCore 7.0.0.0
28- Added support for .net 7.0.
39- Updated nuget packages.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
3+ <TargetFramework >netcoreapp3.1</TargetFramework >
44 <WarningsAsErrors >true</WarningsAsErrors >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <AssemblyName >Flubu.Tests</AssemblyName >
1212 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
1313 <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
1414 <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
15- <Version >8 .0.0</Version >
16- <AssemblyVersion >8 .0.0.0</AssemblyVersion >
17- <FileVersion >8 .0.0.0</FileVersion >
15+ <Version >9 .0.0</Version >
16+ <AssemblyVersion >9 .0.0.0</AssemblyVersion >
17+ <FileVersion >9 .0.0.0</FileVersion >
1818 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
1919 <NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
2020 </PropertyGroup >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <PackAsTool >true</PackAsTool >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >netcoreapp3.1;net5.0; net6.0;net7.0;net8.0</TargetFrameworks >
5+ <TargetFrameworks >netcoreapp3.1;net6.0;net7.0;net8.0;net9 .0</TargetFrameworks >
66 <ToolCommandName >flubu</ToolCommandName >
77 <PackageTags >dotnet;flubu;flubucore;build;builder;script;buildscript;automation;VisualStudio</PackageTags >
8- <Authors >Marko Zorec;Zoro Zorec;Micheal Tsai </Authors >
8+ <Authors >Marko Zorec;Zoro Zorec;</Authors >
99 <PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
1010 <PackageProjectUrl >https://github.com/dotnetcore/FlubuCore</PackageProjectUrl >
1111 <PackageReleaseNotes >https://github.com/dotnetcore/FlubuCore/blob/master/CHANGELOG.md</PackageReleaseNotes >
2121 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
2222 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
2323 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
24- <AssemblyVersion >8 .0.0.0</AssemblyVersion >
25- <FileVersion >8 .0.0.0</FileVersion >
26- <Version >8 .0.0</Version >
24+ <AssemblyVersion >9 .0.0.0</AssemblyVersion >
25+ <FileVersion >9 .0.0.0</FileVersion >
26+ <Version >9 .0.0</Version >
2727 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
2828 <NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
2929 </PropertyGroup >
Original file line number Diff line number Diff line change 1818
1919 Detailed examples can be found at: https://github.com/dotnetcore/FlubuCore.Examples
2020 </Description >
21- <Version >8 .0.0</Version ><AssemblyVersion >8 .0.0.0</AssemblyVersion ><FileVersion >8 .0.0.0</FileVersion ></PropertyGroup >
21+ <Version >9 .0.0</Version ><AssemblyVersion >9 .0.0.0</AssemblyVersion ><FileVersion >9 .0.0.0</FileVersion ></PropertyGroup >
2222
2323 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'" >
2424 <DocumentationFile >bin\Debug\net462\FlubuCore.WebApi.Client.xml</DocumentationFile >
Original file line number Diff line number Diff line change 1818
1919 Detailed examples can be found at: https://github.com/dotnetcore/FlubuCore.Examples
2020 </Description >
21- <Version >8 .0.0</Version ><AssemblyVersion >8 .0.0.0</AssemblyVersion ><FileVersion >8 .0.0.0</FileVersion ></PropertyGroup >
21+ <Version >9 .0.0</Version ><AssemblyVersion >9 .0.0.0</AssemblyVersion ><FileVersion >9 .0.0.0</FileVersion ></PropertyGroup >
2222
2323 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
2424 <DocumentationFile >bin\Debug\netstandard2.0\FlubuCore.WebApi.Model.xml</DocumentationFile >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1; net462;net5.0 ;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net462;net7.0;net8.0</TargetFrameworks >
55 <WarningsAsErrors >true</WarningsAsErrors >
66 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
77 <NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
8- <Version >8 .0.0</Version ><AssemblyVersion >8 .0.0.0</AssemblyVersion ><FileVersion >8 .0.0.0</FileVersion ></PropertyGroup >
8+ <Version >9 .0.0</Version ><AssemblyVersion >9 .0.0.0</AssemblyVersion ><FileVersion >9 .0.0.0</FileVersion ></PropertyGroup >
99 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
1010 <ReferringTargetFrameworkForProjectReferences >.NETStandard,Version=v2.0</ReferringTargetFrameworkForProjectReferences >
1111 <DefineConstants >NETCOREAPP3_1;</DefineConstants >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;net462</TargetFrameworks >
44 <WarningsAsErrors >true</WarningsAsErrors >
55 <AssemblyName >FlubuCore</AssemblyName >
66 <PackageId >FlubuCore</PackageId >
77 <PackageTags >dotnet;flubu;flubucore;build;builder;script;buildscript;automation;VisualStudio</PackageTags >
8- <Authors >Marko Zorec;Zoro Zorec;Micheal Tsai </Authors >
8+ <Authors >Marko Zorec;Zoro Zorec;</Authors >
99 <PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
1010 <PackageProjectUrl >https://github.com/dotnetcore/FlubuCore</PackageProjectUrl >
1111 <PackageReleaseNotes >https://github.com/dotnetcore/FlubuCore/blob/master/CHANGELOG.md</PackageReleaseNotes >
1919 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
2020 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
2121 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
22- <Version >5.1.8 </Version >
23- <AssemblyVersion >5.1.8 .0</AssemblyVersion >
24- <FileVersion >5.1.8 .0</FileVersion >
22+ <Version >9.0.0 </Version >
23+ <AssemblyVersion >9.0.0 .0</AssemblyVersion >
24+ <FileVersion >9.0.0 .0</FileVersion >
2525 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
2626 <NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
2727 </PropertyGroup >
Original file line number Diff line number Diff line change 2222 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
2323 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
2424 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
25- <AssemblyVersion >5.1.8 .0</AssemblyVersion >
26- <FileVersion >5.1.8 .0</FileVersion >
27- <Version >5.1.8 </Version >
25+ <AssemblyVersion >9.0.0 .0</AssemblyVersion >
26+ <FileVersion >9.0.0 .0</FileVersion >
27+ <Version >9.0.0 </Version >
2828 <RootNamespace >DotNet.Cli.Flubu</RootNamespace >
2929 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
3030 <NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
You can’t perform that action at this time.
0 commit comments