Skip to content

Commit aeb48c2

Browse files
committed
2.9.1
1 parent df90ce3 commit aeb48c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+2-2
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.9.0",
3+
"version": "2.9.1",
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.9.0.0")]
26-
[assembly: AssemblyFileVersion("2.9.0.0")]
27-
[assembly: AssemblyInformationalVersion("2.9.0")]
25+
[assembly: AssemblyVersion("2.9.1.0")]
26+
[assembly: AssemblyFileVersion("2.9.1.0")]
27+
[assembly: AssemblyInformationalVersion("2.9.1")]

0 commit comments

Comments
 (0)