Skip to content

Commit f67a56c

Browse files
committed
Updated version to 0.9.1
1 parent 54082ef commit f67a56c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<RepositoryUrl>https://github.com/RolandKoenig/SeeingSharp2</RepositoryUrl>
99
<RepositoryType>Git</RepositoryType>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>0.9.0</Version>
12-
<PackageVersion>0.9.0</PackageVersion>
11+
<Version>0.9.1</Version>
12+
<PackageVersion>0.9.1</PackageVersion>
1313
<Product>SeeingSharp 2</Product>
1414
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1515
</PropertyGroup>

src/SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[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")]
1212

1313
// Version info
14-
[assembly: AssemblyVersion("0.9.0.0")]
15-
[assembly: AssemblyFileVersion("0.9.0.0")]
14+
[assembly: AssemblyVersion("0.9.1.0")]
15+
[assembly: AssemblyFileVersion("0.9.1.0")]
1616

1717
// Misc
1818
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)