Skip to content

Commit 0c44928

Browse files
committed
Version to 2.3.60-dev.1
Made Uno.WinUI NuGet dependencies consistent at version 4.10.26 Update Readme's for all NuGets Pin .NET SDK for build to 7.0.402
1 parent 4715500 commit 0c44928

File tree

15 files changed

+27
-33
lines changed

15 files changed

+27
-33
lines changed

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
1+
[C# Markup 2](https://github.com/VincentH-Net/CSharpForMarkup) API for [Uno.Extensions.Navigation.Toolkit.WinUI](https://www.nuget.org/packages/Uno.Extensions.Navigation.Toolkit.WinUI) NuGet
2+
3+
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
24
- Build .NET applications **fully in C#**<br />
35
- Target browsers and native desktop / mobile<br />
46

57
No XAML / HTML / JavaScript / CSS required
68

79
This release targets WinUI 3 (Windows App SDK) and Uno Platform - including browser webassembly - with C# 11 and .NET 7.
8-
When only targeting Windows, C# Markup 2 has no dependency on Uno - just the Windows App SDK.
9-
10-
Get started quickly with the [mcs-winui3-app and mcs-winui3-view dotnet new templates](https://github.com/Applicita/Modern.CSharp.Templates#readme)
1110

1211
[Docs](https://github.com/VincentH-Net/CSharpForMarkup#readme)
1312

1413
[Example application](https://github.com/VincentH-Net/CSharpForMarkup/tree/master/src/CSharpMarkup.WinUI.Examples)
1514

16-
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-wpf-2-3-43)
15+
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-2-3-60-dev-1)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}

src/CSharpMarkup.WinUI.Uno.Extensions.Navigation/CSharpMarkup.WinUI.Uno.Extensions.Navigation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="6.0.4" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
8989
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
9090
<PackageReference Include="Uno.Core" Version="4.0.1" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
91-
<PackageReference Include="Uno.WinUI" Version="4.9.20" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
91+
<PackageReference Include="Uno.WinUI" Version="4.10.26" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
9292

9393
<!--Dependencies for Uno.Extensions.Hosting.WinUI-->
9494
<PackageReference Include="Uno.Extensions.Core" Version="2.5.11" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
1+
[C# Markup 2](https://github.com/VincentH-Net/CSharpForMarkup) API for [Uno.Extensions.Navigation.WinUI](https://www.nuget.org/packages/Uno.Extensions.Navigation.WinUI) NuGet
2+
3+
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
24
- Build .NET applications **fully in C#**<br />
35
- Target browsers and native desktop / mobile<br />
46

57
No XAML / HTML / JavaScript / CSS required
68

79
This release targets WinUI 3 (Windows App SDK) and Uno Platform - including browser webassembly - with C# 11 and .NET 7.
8-
When only targeting Windows, C# Markup 2 has no dependency on Uno - just the Windows App SDK.
9-
10-
Get started quickly with the [mcs-winui3-app and mcs-winui3-view dotnet new templates](https://github.com/Applicita/Modern.CSharp.Templates#readme)
1110

1211
[Docs](https://github.com/VincentH-Net/CSharpForMarkup#readme)
1312

1413
[Example application](https://github.com/VincentH-Net/CSharpForMarkup/tree/master/src/CSharpMarkup.WinUI.Examples)
1514

16-
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-wpf-2-3-43)
15+
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-2-3-60-dev-1)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}

src/CSharpMarkup.WinUI.Uno.Extensions.Reactive/CSharpMarkup.WinUI.Uno.Extensions.Reactive.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
103103
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
104104
<!--<PackageReference Include="Uno.Toolkit.WinUI" Version="3.0.4" ExcludeAssets="build;analyzers" /> replaced with next itemgroup - same workaround-->
105-
<PackageReference Include="Uno.WinUI" Version="4.9.20" ExcludeAssets="build;analyzers" />
105+
<PackageReference Include="Uno.WinUI" Version="4.10.26" ExcludeAssets="build;analyzers" />
106106
</ItemGroup>
107107

108108
<ItemGroup Condition="$(IsUno)==false">
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
1+
[C# Markup 2](https://github.com/VincentH-Net/CSharpForMarkup) API for [Uno.Extensions.Reactive.WinUI](https://www.nuget.org/packages/Uno.Extensions.Reactive.WinUI) NuGet
2+
3+
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
24
- Build .NET applications **fully in C#**<br />
35
- Target browsers and native desktop / mobile<br />
46

57
No XAML / HTML / JavaScript / CSS required
68

79
This release targets WinUI 3 (Windows App SDK) and Uno Platform - including browser webassembly - with C# 11 and .NET 7.
8-
When only targeting Windows, C# Markup 2 has no dependency on Uno - just the Windows App SDK.
9-
10-
Get started quickly with the [mcs-winui3-app and mcs-winui3-view dotnet new templates](https://github.com/Applicita/Modern.CSharp.Templates#readme)
1110

1211
[Docs](https://github.com/VincentH-Net/CSharpForMarkup#readme)
1312

1413
[Example application](https://github.com/VincentH-Net/CSharpForMarkup/tree/master/src/CSharpMarkup.WinUI.Examples)
1514

16-
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-wpf-2-3-43)
15+
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-2-3-60-dev-1)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}

src/CSharpMarkup.WinUI.Uno.Toolkit/CSharpMarkup.WinUI.Uno.Toolkit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<PackageReference Include="Uno.Core.Extensions.Collections" Version="4.0.1" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
111111
<PackageReference Include="Uno.Core.Extensions.Logging" Version="4.0.1" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
112112
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
113-
<PackageReference Include="Uno.WinUI" Version="4.7.37" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
113+
<PackageReference Include="Uno.WinUI" Version="4.10.26" ExcludeAssets="build;analyzers;contentFiles" PrivateAssets="all" />
114114
</ItemGroup>
115115

116116
<Import Project="..\..\..\CSharpMarkup.Generators\WinUI\Attributes\Attributes.projitems" Label="Shared" Condition=" '$(Configuration)' == 'Generate' " />
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
1+
[C# Markup 2](https://github.com/VincentH-Net/CSharpForMarkup) API for [Uno.Toolkit.WinUI](https://www.nuget.org/packages/Uno.Toolkit.WinUI) NuGet
2+
3+
Enjoy a Flutter-like UI development experience with .NET Hot Reload and the best .NET UI frameworks
24
- Build .NET applications **fully in C#**<br />
35
- Target browsers and native desktop / mobile<br />
46

57
No XAML / HTML / JavaScript / CSS required
68

79
This release targets WinUI 3 (Windows App SDK) and Uno Platform - including browser webassembly - with C# 11 and .NET 7.
8-
When only targeting Windows, C# Markup 2 has no dependency on Uno - just the Windows App SDK.
9-
10-
Get started quickly with the [mcs-winui3-app and mcs-winui3-view dotnet new templates](https://github.com/Applicita/Modern.CSharp.Templates#readme)
1110

1211
[Docs](https://github.com/VincentH-Net/CSharpForMarkup#readme)
1312

1413
[Example application](https://github.com/VincentH-Net/CSharpForMarkup/tree/master/src/CSharpMarkup.WinUI.Examples)
1514

16-
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-wpf-2-3-43)
15+
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-2-3-60-dev-1)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}

src/CSharpMarkup.WinUI/Readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ No XAML / HTML / JavaScript / CSS required
77
This release targets WinUI 3 (Windows App SDK) and Uno Platform - including browser webassembly - with C# 11 and .NET 7.
88
When only targeting Windows, C# Markup 2 has no dependency on Uno - just the Windows App SDK.
99

10-
Get started quickly with the [mcs-winui3-app and mcs-winui3-view dotnet new templates](https://github.com/Applicita/Modern.CSharp.Templates#readme)
11-
1210
[Docs](https://github.com/VincentH-Net/CSharpForMarkup#readme)
1311

1412
[Example application](https://github.com/VincentH-Net/CSharpForMarkup/tree/master/src/CSharpMarkup.WinUI.Examples)
1513

16-
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-wpf-2-3-43)
14+
[Release Notes](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpmarkup2-winui-2-3-60-dev-1)

src/CSharpMarkup.WinUI/global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.401"
3+
"version": "7.0.402"
44
//"rollForward": "latestFeature"
55
}
66
}

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<PackageOutputPath>$(MSBuildThisFileDirectory)NuGet</PackageOutputPath>
4-
<CSharpMarkupVersion>2.3.59</CSharpMarkupVersion>
4+
<CSharpMarkupVersion>2.3.60-dev.1</CSharpMarkupVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)