Skip to content

Commit 1546b01

Browse files
committed
2.7.0
1 parent 6fcb273 commit 1546b01

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuse-open/uno",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Extremely fast, native C#-dialect and powerful tooling for mobile and desktop developers.",
55
"dependencies": {
66
"@fuse-open/opentk": "^3.2.0",

src/GlobalAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
[assembly: Guid("d159dc86-f510-4fcf-9573-e339bdd6d166")]
2323

2424
// Version information.
25-
[assembly: AssemblyVersion("2.6.1.0")]
26-
[assembly: AssemblyFileVersion("2.6.1.0")]
27-
[assembly: AssemblyInformationalVersion("2.6.1")]
25+
[assembly: AssemblyVersion("2.7.0.0")]
26+
[assembly: AssemblyFileVersion("2.7.0.0")]
27+
[assembly: AssemblyInformationalVersion("2.7.0")]

0 commit comments

Comments
 (0)