File tree 8 files changed +27
-21
lines changed
8 files changed +27
-21
lines changed 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
+
1
7
## FlubuCore 7.0.0.0
2
8
- Added support for .net 7.0.
3
9
- Updated nuget packages.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
3
+ <TargetFramework >netcoreapp3.1</TargetFramework >
4
4
<WarningsAsErrors >true</WarningsAsErrors >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
6
<AssemblyName >Flubu.Tests</AssemblyName >
12
12
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
13
13
<GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
14
14
<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 >
18
18
<CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
19
19
<NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
20
20
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<PackAsTool >true</PackAsTool >
4
4
<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 >
6
6
<ToolCommandName >flubu</ToolCommandName >
7
7
<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 >
9
9
<PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
10
10
<PackageProjectUrl >https://github.com/dotnetcore/FlubuCore</PackageProjectUrl >
11
11
<PackageReleaseNotes >https://github.com/dotnetcore/FlubuCore/blob/master/CHANGELOG.md</PackageReleaseNotes >
21
21
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
22
22
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
23
23
<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 >
27
27
<CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
28
28
<NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
29
29
</PropertyGroup >
Original file line number Diff line number Diff line change 18
18
19
19
Detailed examples can be found at: https://github.com/dotnetcore/FlubuCore.Examples
20
20
</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 >
22
22
23
23
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'" >
24
24
<DocumentationFile >bin\Debug\net462\FlubuCore.WebApi.Client.xml</DocumentationFile >
Original file line number Diff line number Diff line change 18
18
19
19
Detailed examples can be found at: https://github.com/dotnetcore/FlubuCore.Examples
20
20
</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 >
22
22
23
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
24
24
<DocumentationFile >bin\Debug\netstandard2.0\FlubuCore.WebApi.Model.xml</DocumentationFile >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.1; net462;net5.0 ;net7.0;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net462;net7.0;net8.0</TargetFrameworks >
5
5
<WarningsAsErrors >true</WarningsAsErrors >
6
6
<CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
7
7
<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 >
9
9
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
10
10
<ReferringTargetFrameworkForProjectReferences >.NETStandard,Version=v2.0</ReferringTargetFrameworkForProjectReferences >
11
11
<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" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;net462</TargetFrameworks >
4
4
<WarningsAsErrors >true</WarningsAsErrors >
5
5
<AssemblyName >FlubuCore</AssemblyName >
6
6
<PackageId >FlubuCore</PackageId >
7
7
<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 >
9
9
<PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
10
10
<PackageProjectUrl >https://github.com/dotnetcore/FlubuCore</PackageProjectUrl >
11
11
<PackageReleaseNotes >https://github.com/dotnetcore/FlubuCore/blob/master/CHANGELOG.md</PackageReleaseNotes >
19
19
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
20
20
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
21
21
<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 >
25
25
<CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
26
26
<NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
27
27
</PropertyGroup >
Original file line number Diff line number Diff line change 22
22
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
23
23
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
24
24
<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 >
28
28
<RootNamespace >DotNet.Cli.Flubu</RootNamespace >
29
29
<CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
30
30
<NoWarn >1701;1702;1705;1591;1573;1572;1574</NoWarn >
You can’t perform that action at this time.
0 commit comments