Skip to content

Commit

Permalink
Updated version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandKoenig committed Jun 8, 2022
1 parent cc831cb commit eadcd88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<RepositoryUrl>https://github.com/RolandKoenig/SeeingSharp2</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>0.8.1</Version>
<PackageVersion>0.8.1</PackageVersion>
<Version>0.9.0</Version>
<PackageVersion>0.9.0</PackageVersion>
<Product>SeeingSharp 2</Product>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SeeingSharp.Uwp/SeeingSharp.Uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SeeingSharp2.Uwp</id>
<version>0.8.0</version>
<version>0.9.0</version>
<authors>Roland König</authors>
<owners>Roland König</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
[assembly: AssemblyDescription("SeeingSharp is a 3D/2D rendering library for C# powered by Direct3D. It is meant for desktop applications (Win.Forms, Wpf) or Windows Store Apps")]

// Version info
[assembly: AssemblyVersion("0.8.1.0")]
[assembly: AssemblyFileVersion("0.8.1.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]

// Misc
[assembly: ComVisible(false)]
Expand Down

0 comments on commit eadcd88

Please sign in to comment.