Skip to content

Commit 1df2f84

Browse files
committed
ver4.2.9001.1 GL
1 parent 15fe99d commit 1df2f84

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Platforms/Kni.Platform.Android.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<BaseOutputPath>..\Artifacts\Platforms\Android</BaseOutputPath>
66
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
77

8-
<Version>4.2.9001.0</Version>
9-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
8+
<Version>4.2.9001.1</Version>
9+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
1010

1111
</PropertyGroup>
1212

Platforms/Kni.Platform.Blazor.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<DefineConstants>BLAZORGL;STBSHARP_INTERNAL</DefineConstants>
88

9-
<Version>4.2.9001.0</Version>
10-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
9+
<Version>4.2.9001.1</Version>
10+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
1111

1212
</PropertyGroup>
1313

Platforms/Kni.Platform.Cardboard.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<BaseOutputPath>..\Artifacts\Platforms\Cardboard</BaseOutputPath>
66
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
77

8-
<Version>4.2.9001.0</Version>
9-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
8+
<Version>4.2.9001.1</Version>
9+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
1010

1111
</PropertyGroup>
1212

Platforms/Kni.Platform.Oculus.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<BaseOutputPath>..\Artifacts\Platforms\Oculus</BaseOutputPath>
66
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
77

8-
<Version>4.2.9001.0</Version>
9-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
8+
<Version>4.2.9001.1</Version>
9+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
1010

1111
</PropertyGroup>
1212

Platforms/Kni.Platform.SDL2.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<Import Project="..\kniPackage.props" />
44
<PropertyGroup>
5-
<Version>4.2.9001.0</Version>
6-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
5+
<Version>4.2.9001.1</Version>
6+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
77
</PropertyGroup>
88

99
<PropertyGroup>

Platforms/Kni.Platform.iOS.GL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<BaseOutputPath>..\Artifacts\Platforms\iOS</BaseOutputPath>
66
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
77

8-
<Version>4.2.9001.0</Version>
9-
<AssemblyVersion>4.2.9001.0</AssemblyVersion>
8+
<Version>4.2.9001.1</Version>
9+
<AssemblyVersion>4.2.9001.1</AssemblyVersion>
1010

1111
</PropertyGroup>
1212

Platforms/Properties/AssemblyInfo.Android.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// Version information for the assembly which is automatically
1010
// set by our automated build process.
11-
[assembly: AssemblyVersion("4.2.9001.0")]
12-
[assembly: AssemblyFileVersion("4.2.9001.0")]
11+
[assembly: AssemblyVersion("4.2.9001.1")]
12+
[assembly: AssemblyFileVersion("4.2.9001.1")]

0 commit comments

Comments
 (0)