Skip to content

Commit

Permalink
Bump package versions to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marioalexsan authored and eXpl0it3r committed Jun 9, 2024
1 parent 5d3b30a commit bb4d220
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SFML.NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Authors>Laurent Gomila</Authors>
<PackageTags>sfml sfml.net</PackageTags>
<Copyright>Copyright © Laurent Gomila</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion examples/netcore/netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/opengl/opengl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>opengl</RootNamespace>
<AssemblyName>opengl</AssemblyName>
<Configurations>Debug;Release</Configurations>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/shader/shader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>shader</RootNamespace>
<AssemblyName>shader</AssemblyName>
<Configurations>Debug;Release</Configurations>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/sound/sound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>sound</RootNamespace>
<AssemblyName>sound</AssemblyName>
<Configurations>Debug;Release</Configurations>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/sound_capture/sound_capture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>sound_capture</RootNamespace>
<AssemblyName>sound_capture</AssemblyName>
<Configurations>Debug;Release</Configurations>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/visualbasic/visualbasic.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion examples/window/window.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>window</RootNamespace>
<AssemblyName>window</AssemblyName>
<Configurations>Debug;Release</Configurations>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down

0 comments on commit bb4d220

Please sign in to comment.