Skip to content

Commit 6924613

Browse files
committed
2.8.0
1 parent 2d54b7f commit 6924613

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuse-open/uno",
3-
"version": "2.7.0",
3+
"version": "2.8.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

Lines changed: 3 additions & 3 deletions
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.7.0.0")]
26-
[assembly: AssemblyFileVersion("2.7.0.0")]
27-
[assembly: AssemblyInformationalVersion("2.7.0")]
25+
[assembly: AssemblyVersion("2.8.0.0")]
26+
[assembly: AssemblyFileVersion("2.8.0.0")]
27+
[assembly: AssemblyInformationalVersion("2.8.0")]

0 commit comments

Comments
 (0)