Skip to content

Commit 62c34c1

Browse files
committed
Update example version to 3.0.0
1 parent c8fddca commit 62c34c1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/netcore/netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<TargetFramework>net6.0</TargetFramework>
8-
<Version>2.6.0</Version>
8+
<Version>3.0.0</Version>
99
<Platforms>AnyCPU;x64;x86</Platforms>
1010
</PropertyGroup>
1111

examples/opengl/opengl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>opengl</RootNamespace>
99
<AssemblyName>opengl</AssemblyName>
1010
<Configurations>Debug;Release</Configurations>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414

examples/shader/shader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>shader</RootNamespace>
99
<AssemblyName>shader</AssemblyName>
1010
<Configurations>Debug;Release</Configurations>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414

examples/sound/sound.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>sound</RootNamespace>
99
<AssemblyName>sound</AssemblyName>
1010
<Configurations>Debug;Release</Configurations>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414

examples/sound_capture/sound_capture.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>sound_capture</RootNamespace>
99
<AssemblyName>sound_capture</AssemblyName>
1010
<Configurations>Debug;Release</Configurations>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414

examples/visualbasic/visualbasic.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<UseWindowsForms>true</UseWindowsForms>
1010
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

examples/window/window.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>window</RootNamespace>
99
<AssemblyName>window</AssemblyName>
1010
<Configurations>Debug;Release</Configurations>
11-
<Version>2.6.0</Version>
11+
<Version>3.0.0</Version>
1212
<Platforms>AnyCPU;x64;x86</Platforms>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)